question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error when running docker-compose up

See original GitHub issue

Hi, 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:closed
  • Created 3 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
scionalteracommented, Feb 15, 2021

Do I need to wait for the PR to get merged?

Sorry, yes. The latest tag will get pushed with the build when the PR is merged. I pushed a pr-337 tag as a test.

1reaction
dchakarovcommented, Feb 15, 2021

The workaround worked, thank you 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found