Windows Docker CLI - 不支持该请求
Windows Docker Cli - The request is not supported
我正在尝试让 docker cli 在 Windows 上运行。我已按照 https://lippertmarkus.com/2021/09/04/containers-without-docker-desktop/ 中的步骤进行操作,但是当我执行 docker run hello-world
时,我收到以下错误消息:
PS C:\> docker run hello-world
docker: Error response from daemon: hcsshim::CreateComputeSystem 27b5c80932aef84e743fe88bf023bd6e1cea1bbf25b0ab8875c8af701e3282b7: The request is not supported.
事件查看器中有两个错误。以上还有cleanup: failed to delete container from containerd: no such container
.
我已确认 docker 服务是 运行。我不知道还有什么要检查的。 --verbose
没有给我任何额外的东西。
非常欢迎所有建议。
万一还有人过来呢。
原来我没有启用 Windows 功能“容器”。
我正在尝试让 docker cli 在 Windows 上运行。我已按照 https://lippertmarkus.com/2021/09/04/containers-without-docker-desktop/ 中的步骤进行操作,但是当我执行 docker run hello-world
时,我收到以下错误消息:
PS C:\> docker run hello-world
docker: Error response from daemon: hcsshim::CreateComputeSystem 27b5c80932aef84e743fe88bf023bd6e1cea1bbf25b0ab8875c8af701e3282b7: The request is not supported.
事件查看器中有两个错误。以上还有cleanup: failed to delete container from containerd: no such container
.
我已确认 docker 服务是 运行。我不知道还有什么要检查的。 --verbose
没有给我任何额外的东西。
非常欢迎所有建议。
万一还有人过来呢。
原来我没有启用 Windows 功能“容器”。