CourseLearn Locust
AboutLessonsComments

S2E9 Learn Locust Series - Locust in Docker

This video helps you to run #Locust in #Docker.

docker run -p 8089:8089 -v $PWD:/mnt/locust –d locustio/locust -f /mnt/locust/locustfile.py

docker run -v $PWD:/mnt/locust locustio/locust -f /mnt/locust/locustfile.py --html /mnt/locust/myrun1.html --headless --only-summary -r 1 -u 1 -t 10s

References