+-
Docker:“清单列表条目中的windows / amd64没有匹配的清单”
我在 Windows上使用Docker,当我尝试使用此命令拉取 PHP图像时

$docker pull php

我收到了这条消息:

Using default tag: latest
latest: Pulling from library/php no matching manifest for windows/amd64 
        in the manifest list entries

我该如何解决这个问题?

最佳答案
我在Windows 10上遇到了同样的问题.我通过在实验模式下运行Docker守护程序来绕过它:

>右键单击Docker实例
>转到“设置”
>守护进程
>先进
>设置“实验”:true
>重启Docker

点击查看更多相关文章

转载注明原文:Docker:“清单列表条目中的windows / amd64没有匹配的清单” - 乐贴网