0

在 Linux 系统上缓存 Windows 容器映像的最佳方法是什么?设置注册表镜像不起作用,因为从 Linux 拉取 Windows 映像让我

no matching manifest for linux/amd64 in the manifest list entries

一种选择是在虚拟机内的 Windows 中设置注册表镜像,但我希望有更好的解决方案。

4

1 回答 1

1

Docker 尝试拉取的镜像架构是由客户端决定的,而不是由服务器决定的。您可以在 Linux 下运行注册表服务器并docker push/pull从 Windows 执行。

于 2020-06-02T12:16:16.110 回答