1- Old Juniper option
...
https://dev.to/trickvi/let-s-get-started-with-salt-55hb | |
---|---|
pull the Master container | docker pull datica/salt-master |
start the container | docker run -it datica/salt-master bash |
edit the /etc/salt/master file | vi /etc/salt/master |
mount the local file to container directory | |
start the master daemon | salt-minion -l debug [ debug mode ] or salt-minion -d [ deamon mode ] |
accept the key | salt-key L salt-key -a fw1 or -A for all |
pull the Minion container | docker pull datica/salt-minion |
...