# Test Locust in Docker ## Running ### Startup Containers ``` docker-compose up --scale worker=2 ``` ### Navigate to web interface [http://localhost:8099/](Web UI) In the Host field ```http://websim:8080``` Start testing ### More information https://docs.locust.io/en/stable/index.html https://locust.io/