我在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)
我该如何解决这个问题?
我有一个 Windows Server 容器,我想通过 RDP 进入其桌面环境。看来微软已经在最近的Windows Server Core Containers中关闭了RDP。
我尝试跟进本教程。我可以使用远程桌面应用程序成功登录,但之后没有任何反应。好像没有桌面,或者可能还有其他问题。
我想知道是否有任何官方 Windows Server 映像可以访问其桌面 GUI,或者是否有其他方法可以添加此功能。