#1、标记镜像为私有仓库的镜像docker tagredis:5.0私有仓库服务器IP:5000/redis:5.0#2、上传标记的镜像docker push私有仓库服务器IP:5000/redis:5.0 注意:只写ip,不写http:// 如图: 2. 下载 #拉取镜像docker pull私有仓库服务器ip:5000/redis:5.0 如图: 三. 阿里云容器镜像服务 1. 镜像加速服务 centos和ubunt...
执行如下命令,构建多架构镜像。 docker buildx build . -t acr-test-registry.cn-hangzhou.cr.aliyuncs.com/test/test:multi --platform linux/amd64,linux/arm64 --push 执行该命令后,将在本地构建出Amd64、Arm64两种平台的容器镜像,并将其推送到容器镜像仓库中。