Closed capdragon closed 5 years ago
I had the same issue. It looks like there is not an official locust image on dockerhub as the documentation implies.
@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.
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)
create docker-compose.yml file from this file https://github.com/locustio/locust/blob/master/examples/docker-compose/docker-compose.yml
run docker-compose up -d