使用dockerDesktop下载x86,amd64,arm64镜像

开启梯子

修改dockerDesktop配置,将experimental的值设置成 true,意思是:开启manifest实验特性

重启docker后下载镜像

--platform=后面就是架构版本,x86,amd64,arm64

bash 复制代码
C:\Users\dell> docker pull --platform=arm64 nginx:latest
latest: Pulling from library/nginx
aa6fbc30c84e: Pull complete
c28fc33dc48c: Pull complete
08fb08230766: Pull complete
d2983a84b0c4: Pull complete
9f4e03394720: Pull complete
522e88f665e7: Pull complete
d964500c63bd: Pull complete
Digest: sha256:447a8665cc1dab95b1ca778e162215839ccbb9189104c79d7ec3a81e14577add
Status: Downloaded newer image for nginx:latest
docker.io/library/nginx:latest

What's Next?
  View summary of image vulnerabilities and recommendations → docker scout quickview nginx:latest

C:\Users\dell>
相关推荐
Hellc0079 分钟前
Docker 部署 MongoDB 并持久化数据
mongodb·docker·容器
云上艺旅2 小时前
K8S学习之基础十五:k8s中Deployment扩容缩容
学习·docker·云原生·kubernetes·k8s
三天不学习5 小时前
Windows 系统 Docker Desktop 入门教程:从零开始掌握容器化技术
运维·docker·容器
mumu-hn5 小时前
Docker基础篇——Ubuntu下Docker安装
运维·docker·容器
自律的蜗牛7 小时前
在 Docker 中安装并配置 MySQL
mysql·docker·容器
xy123067 小时前
Kubernetes (K8s) 集群部署指南:从环境准备到应用部署(脚本部署)
docker·kubernetes
蜜獾云8 小时前
redisinsight 默认端口改成5540了
linux·docker·容器·redisinsight
Golinie13 小时前
【GoTeams】-5:引入Docker
docker·docker-compose·dockerfile
朱剑君13 小时前
番外篇 - Docker的使用
爬虫·docker·容器
RememberLey14 小时前
【Docker】通过 Docker 拉取 Python 镜像并设置远程连接(SSH)
python·docker·ssh