Docker在Windows10上:没有未知的匹配清单?

MrW*_*oss 8 docker

C:\Users\mites>docker pull busybox
Using default tag: latest
latest: Pulling from library/busybox
no matching manifest for unknown in the manifest list entries
Run Code Online (Sandbox Code Playgroud)

怎么解决这个?它会在每个拉动命令上出现.

Ram*_*Ram 9

当我收到此错误时,我在Windows 10 Pro,Docker CE,Windows容器上运行我的应用程序.

我转而使用linux容器,它为我解决了这个问题.

注意:我在我的应用程序的场景中使用了phython,reddis.

希望这有助于某人.

  • 有人知道如何*不*切换到 Linux 容器吗?我们需要 Windows 容器。 (2认同)