如何在 Linux 上缓存 Windows docker 图像?

How to cache Windows docker images on Linux?

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

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

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

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

执行您 docker push/pull