在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

相关文章:

  • 2021-08-12
  • 2022-12-23
  • 2022-12-23
  • 2021-07-09
  • 2021-10-25
  • 2022-12-23
  • 2021-05-30
  • 2021-05-22
猜你喜欢
  • 2022-01-02
  • 2021-05-04
  • 2021-07-17
  • 2021-12-04
  • 2022-12-23
  • 2021-09-17
相关资源
相似解决方案