Docker image for Locust
$ docker pull webplates/locust
$ docker run --rm -it -v $PWD:/locust webplates/locust -f locustfile.py
$ alias locust='docker run --rm -it -v $PWD:/locust webplates/locust'
The MIT License (MIT). Please see License File for more information.