Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

1- Old Juniper option

2- other 



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 container

docker run -it -d -v $PWD:/etc/salt/ juniper/saltstack salt-master -l debug

#docker 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








  • No labels