hakobera / docker-locust

Docker image for both locust master and slave
MIT License
36 stars 28 forks source link

master mode does not work? #7

Open DKnight1900 opened 7 years ago

DKnight1900 commented 7 years ago

when I run the docker image with master mode,my other slave docker can not connect to master.But,if I run locust master without your docker image,and I run docker image with slave mode,the slaves can connect to master and work well.I don't know why.

FalseChord commented 7 years ago

Hi, I got similar problem today. When try run my slave Locust with argument "MASTER_HOST=http://", it shows ZMQError with message "Invalid argument". Then I tried removing "http://" from the argument, it works. Guess the document is a little bit outdated?

Hope this helps.