我在amd64架构上使用过docker镜像Rotating TOR,没有任何问题。现在,我尝试在Raspberry OS (ARM32位)上运行相同的映像,但没有成功。这是执行镜像时的错误: $ docker run -d -p 5566:5566 -p 4444:4444 --env tors=25 mattes/rotating-proxy
WARNING: Therequested image's platform (linux/amd64) does not match the detected hos
在Linux系统上缓存Windows容器镜像的最佳方式是什么?设置注册表镜像不会起作用,因为从Linux中拉取Windows镜像会给我带来一个
no matching manifest for linux/amd64 in the manifest list entries一种选择是在虚拟机内的Windows中设置注册表镜像,但我希望有更好的解决方案。
我有一台m1 mac,我正试图在基于arm64的主机平台上运行基于amd64的docker镜像。但是,当我尝试这样做(使用docker run)时,我得到以下错误:
WARNING: The requested image's platform (linux/amd64) does not matchthe detected host platform (linux/arm64/v8) and no specific platform was requested.当我尝试添加标记--