salt-docker
salt-docker copied to clipboard
Issue in creating a minion
HI,
I used the below docker command to create the minion but I am getting SaltReqError timout
command:
docker run -it --name=saltdocker_minion_1 -h master -p 4505 -p 4506 -p 8080 -p 8081 -e SALT_NAME=minion -e SALT_USE=minion -v
pwd/srv/salt:/srv/salt:rw -v /etc/localtime:/etc/localtime jacksoncage/salt
Could you please let me know if the command is correct ?
Regards Arun