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

时间:2018-08-03 10:35:49

标签: 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

该如何解决?它会出现在每个拉动命令中。

2 个答案:

答案 0 :(得分:7)

出现此错误时,我正在Windows 10 Pro,Docker CE,Windows容器上运行我的应用程序。

我改用linux容器,它为我解决了这个问题。

注意:在这种情况下,我正在为我的应用程序使用python,reddis。

希望这对某人有帮助。

答案 1 :(得分:1)

我在Windows 10 Pro上遇到了同样的问题。 在检查docker日志时,我发现了更多说明性的日志条目:

[09:32:42.958][WindowsDaemon  ][Info   ] debug: a Windows version 10.0.17763-based image is incompatible with a 10.0.17134 host
[09:32:42.958][WindowsDaemon  ][Info   ] debug: no matching manifest for unknown in the manifest list entries

解决方案是将Windows 10 Pro安装更新到更高版本。之后,我就可以从仓库中提取图像了。