profile
viewpoint

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?

amir20/dozzle

Answer questions amir20

I did some research and am still not finding anything. The best solution I can offer is enabling debug mode. Instructions can be found here https://docs.docker.com/engine/reference/commandline/dockerd/ to enable debug mode with dockerd.

After debug mode is enabled, docker pull should print extra logs.

useful!

Related questions

No questions were found.
source:https://uonfu.com/
answerer
Amir Raminfar amir20 @Google San Francisco, CA https://amirraminfar.me/ I build things people don't need.
Github User Rank List