Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

1- Old Juniper option

...


https://dev.to/trickvi/let-s-get-started-with-salt-55hb
pull the Master containerdocker 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 daemonsalt-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 containerdocker pull datica/salt-minion




https://hub.docker.com/r/juniper/saltstack
pull the image
create/run the containerdocker run -d juniper/saltstack salt-master -l debug
log into the containerdocker exec -it <container_Name>








https://hub.docker.com/r/saltstack/salt
pull the image
create/run the container

install junos-eznc

+



log into the container