locustio / locust

Write scalable load tests in plain Python 🚗💨
https://locust.cloud
MIT License
25.06k stars 3k forks source link

ERROR: manifest for locustio/locust:latest not found #958

Closed capdragon closed 5 years ago

capdragon commented 5 years ago

Description of issue / feature request

When performing a docker-compose up -d on this file: https://github.com/locustio/locust/blob/master/examples/docker-compose/docker-compose.yml

I get the following error: ERROR: manifest for locustio/locust:latest not found

Expected behavior

I would expect the container to start

Actual behavior

Container does not start and throws the error.

Environment settings (for bug reports)

Steps to reproduce (for bug reports)

darkcloud1801 commented 5 years ago

I had the same issue. It looks like there is not an official locust image on dockerhub as the documentation implies.

https://github.com/locustio/locust/issues/849

kalexmills commented 5 years ago

@cgoldberg, the complaint raised by the OP has not been resolved as docker pull locustio/locust does not provide an image from dockerhub.

The documentation here implies a container named locustio/locust should be available.