Ask questionsCan't download packages for Docker
Tried using docker CLI to install and got the following errors:
sudo docker pull amir20/dozzle Using default tag: latest Error response from daemon: manifest for amir20/dozzle:latest not found
Error if using 'sudo docker run -d' command:
Unable to find image 'amir20/dozzle:latest' locally docker: Error response from daemon: manifest for amir20/dozzle:latest not found.
Also tried using the tag: v4.8.2 sudo docker pull amir20/dozzle:v4.8.2 With the same manifest error.
I did notice that everything recently (except 'Master-Hub') has been pushed by "amirraminfar" instead of amir20. Could this be the source of the manifest problem?
Answer
questions
amir20
Hmm ok so that should work....
Just for my own entertainment...can you try on a new computer or locally with a new version of Docker? I want to rule out any proxy issues.
You can also try amir20/dozzle:master
at https://hub.docker.com/layers/amir20/dozzle/master/images/sha256-3a4a0a44604f1a0a7cae3089602321390eba3828c6003da7425f5881a244c3f8?context=repo
Aside from that, I am running out of ideas.
Related questions
No questions were found.