We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
I would expect the container to start
Container does not start and throws the error.
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
The text was updated successfully, but these errors were encountered:
I had the same issue. It looks like there is not an official locust image on dockerhub as the documentation implies.
#849
Sorry, something went wrong.
@cgoldberg, the complaint raised by the OP has not been resolved as docker pull locustio/locust does not provide an image from dockerhub.
docker pull locustio/locust
The documentation here implies a container named locustio/locust should be available.
locustio/locust
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: