Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Error response from daemon: No such image: craftcms/nitro-proxy:2.0.9 #465

Closed
ctruett opened this issue May 10, 2022 · 6 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@ctruett
Copy link

ctruett commented May 10, 2022

Description

I cleared out all docker settings, images, containers, (docker system purge -a) and reinstalled. Also removed all nitro settings and reinstalled. When trying to set nitro up again using nitro init I get the following errors:

Checking Nitro…
[check] network ready
[check] volume ready
… creating proxy Error: unable to create proxy container: craftcms/nitro-proxy:2.0.9
Error response from daemon: No such image: craftcms/nitro-proxy:2.0.9

Additional info

  • Nitro version: 2.0.9
  • Docker version: 20.10.14
@ctruett ctruett added the bug Something isn't working label May 10, 2022
@jasonmccallister
Copy link
Member

jasonmccallister commented May 10, 2022

Hmmm, can you provide the output of docker image ls? It should pull that image for you automatically, also can you verify you have internet connectivity?

@jasonmccallister jasonmccallister self-assigned this May 10, 2022
@ctruett
Copy link
Author

ctruett commented May 10, 2022

I definitely have internet capability as this is a remote linode server that I am connecting to with SSH. There aren't currently any firewall entries that would get in the way.

docker image ls doesn't show any entries.

@jasonmccallister
Copy link
Member

jasonmccallister commented May 10, 2022

Does docker pull craftcms/nitro-proxy:2.0.9 work for you?

Then try nitro init?

@ctruett
Copy link
Author

ctruett commented May 10, 2022

We're making progress — thanks for your help. After restarting the docker service nitro init pulled some of images, but not all of them. I now need to run the docker pull craftcms/$IMAGENAME command to get additional images; for some reason they are not downloaded automatically.

EDIT: Looks like it's working — I'm able to resume development. Thanks @jasonmccallister !

@ctruett ctruett closed this as completed May 10, 2022
@jasonmccallister
Copy link
Member

Interesting use case setting up on a remote linux server? Are you using these for local dev or staging (just curious, no need to answer)?

Glad we got it working though! What version/distro are you running?

@ctruett
Copy link
Author

ctruett commented May 10, 2022

I develop and test on the server then push the changes to Fortrabbit for production. I work from several different machines (MacBook Pro, iPad Pro via Blink) and having the entire dev environment remote keeps my local machines clean and I don't have to do any major configuration to resume work from another location. Currently using Ubuntu 21.04.

tmux + mosh + nitro bridge

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants