From 6b67e3ecbd4f5bac51b2a1ce0801cc8a18be182e Mon Sep 17 00:00:00 2001 From: Max Williams Date: Wed, 22 Jul 2020 15:52:47 +0200 Subject: [PATCH] Fix typo in docker docs --- docs/running-locust-docker.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/running-locust-docker.rst b/docs/running-locust-docker.rst index 3539d11310..dc4ec87d01 100644 --- a/docs/running-locust-docker.rst +++ b/docs/running-locust-docker.rst @@ -6,7 +6,7 @@ Running Locust with Docker The official Docker image is currently found at `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