salt-docker icon indicating copy to clipboard operation
salt-docker copied to clipboard

Issue in creating a minion

Open arubalac opened this issue 8 years ago • 0 comments

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 -vpwd/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

arubalac avatar Aug 29 '16 23:08 arubalac