What is the best way to cache Windows container images on a Linux system? Setting up a registry mirror won't work because pulling a Windows image from Linux gets me a
no matching manifest for linux/amd64 in the manifest list entries
One option would be setting up the registry mirror in a Windows inside a Virtual Machine, but I hope there are better solutions.