Add License

This commit is contained in:
Carlos
2018-09-23 19:05:12 +02:00
parent a41e5bc976
commit e500eda217
2 changed files with 23 additions and 1 deletions

View File

@@ -64,7 +64,7 @@ But it is necessary to mount the `/srv/` volume ir order to provide your custom
Minion keys can be added automatically on startup to SaltStack master by mounting the volume `/etc/salt-docker/keys` and copying the minion keys inside `keys/minions/` directory:
```sh
mkdir -p key/minions
mkdir -p keys/minions
cp -v /etc/salt/pki/minion/minion.pub keys/minions/minion1
docker run --name salt_master -d \