Error when running docker-compose up
See original GitHub issueHi, I tried following the wiki and when I try docker-compose up, I get this error:
# docker-compose up
Pulling arbitrader (agonyforge/arbitrader:latest)...
ERROR: The image for the service you're trying to recreate has been removed. If you continue, volume data could be lost. Consider backing up your data before continuing.
Continue with the new image? [yN]y
Pulling arbitrader (agonyforge/arbitrader:latest)...
ERROR: pull access denied for agonyforge/arbitrader, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
I googled but couldn’t find any solutions. I am logged in to Docker. I tried both on macOS and Ubuntu.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
How to get detailed error message using docker-compose up ...
means that Docker tried to run the dotnet executable inside the container, but it couldn't start because the dotnet binary in the image...
Read more >docker-compose up giving error - Stack Overflow
Past the run.sh script. Building and running are to different step. If you provide a command that is not available in your container,...
Read more >Docker compose up gives error - General Discussions
I write a web app, python flask. and I wanna dockerize it. but it gives error. if I write this. if name ==...
Read more >Error while installing Sitecore 10.2 xp0 in docker while ...
I am trying to set up Sitecore 10.2 xp0 in docker but I am getting error when I run the command docker-compose up...
Read more >Docker-compose throwing "command not found" error
Running a self-hosted VPS instance of n8n via docker-compose + sqlite. ... I've backed up my database, workflows, and credentials. Ho…
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Sorry, yes. The
latest
tag will get pushed with the build when the PR is merged. I pushed apr-337
tag as a test.The workaround worked, thank you 😃