A simple locust dockerized example of running locust

Chris Mague 19b6f5c130 fix docs %!s(int64=4) %!d(string=hai) anos
README.md 19b6f5c130 fix docs %!s(int64=4) %!d(string=hai) anos
docker-compose.yml 28fe597022 initial %!s(int64=4) %!d(string=hai) anos
locustfile.py 28fe597022 initial %!s(int64=4) %!d(string=hai) anos

README.md

Test Locust in Docker

Running

Startup Containers

docker-compose up --scale worker=2

Navigate to web interface

http://localhost:8099/

In the Host field

http://websim:8080

Start testing