
下载工具https://github.com/regclient/regclient/releases/tag/v0.11.5在powershell中临时设置代理地址根据自己的代理配置$env:HTTP_PROXYhttp://127.0.0.1:10809$env:HTTPS_PROXYhttp://127.0.0.1:10809在当前powershell中执行示例demo.\regctl.exe imageexportdocker.io/library/hello-world:latestD:\temp\hello-world.tar.gz--platformlinux/amd64--compress--namehello-world:latest服务器加载镜像dockerload-ihello-world.tar.gz