Docker拉取镜像报错no matching manifest for unknown in the manifest list entries

时间:2024-04-10 18:32:32

在Docker拉取centos镜像时报错

C:\WINDOWS\system32>docker pull centos
Using default tag: latest
latest: Pulling from library/centos
no matching manifest for unknown in the manifest list entries

鼠标点击docker图标,进入设置(settings)=> Daemon ,开启advance,把json 里面的experimental设置为true,保存重启docker即可。

Docker拉取镜像报错no matching manifest for unknown in the manifest list entries

查看镜像:

C:\WINDOWS\system32>docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
centos      latest 75835a67d134 3 weeks ago 297MB
hello-world   latest e3c960ee07af 7 weeks ago 334MB