我在Windows上使用Docker,当我尝试使用此命令拉取PHP图像时
$ docker pull php
Run Code Online (Sandbox Code Playgroud)
我收到了这条消息:
Using default tag: latest
latest: Pulling from library/php no matching manifest for windows/amd64
in the manifest list entries
Run Code Online (Sandbox Code Playgroud)
我该如何解决这个问题?
docker ×1