Tag Archives: Error response from daemon: manifest for xxx:latest not found: manifest unknown…

[Solved] Error response from daemon: manifest for xxx:latest not found: manifest unknown…

When using docker to pull the latest image, the following error will be prompted:

the error here means that docker needs us to specify the version number of the image to download

But we want to download the latest version number. How can we know the latest version number

We can log in to docker hub: https://hub.docker.com/u/library , search the image name you want to download:

click the image in the search list, enter the details page, and click tags. The first image is the latest. You can see that the latest image version number is 7.6.1 :

Re use the docker to pull the version number, and you can see that it is downloading: