我在 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
我该如何解决这个问题?
原文由 Mohammad.Trabelsi 发布,翻译遵循 CC BY-SA 4.0 许可协议
我在 Windows 10 上遇到了同样的问题。我通过在实验模式下运行 Docker 守护程序绕过了它:
"experimental": true