Skip to content

Commit

Permalink
Merge pull request #1490 from max-rocket-internet/docker_typo
Browse files Browse the repository at this point in the history
Fix small typo in docker docs
  • Loading branch information
cyberw authored Jul 23, 2020
2 parents 4eca0b9 + 6b67e3e commit 8c35481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/running-locust-docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Running Locust with Docker

The official Docker image is currently found at `locustio/locust <https://hub.docker.com/r/locustio/locust>`_.

The docker image can be used like this (assuming that the ``locustifile.py`` exists in the current working directory)::
The docker image can be used like this (assuming that the ``locustfile.py`` exists in the current working directory)::

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

Expand Down

0 comments on commit 8c35481

Please sign in to comment.