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
That's weird. Does amir20/dozzle:4.8.1
or amir20/dozzle:4.8.0
work?
And you are right, that version of docker is really old. Now Docker is on version v23.
Related questions
No questions were found.