阿里云私有镜像仓库创建

Posted jianxgin

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了阿里云私有镜像仓库创建相关的知识,希望对你有一定的参考价值。

1,登录阿里云账号-容器镜像服务-创建镜像仓库  

2,登录切记要写完整的目录仓库命不要错不然要报错

docker login --username=阿里云名字 registry.cn-hangzhou.aliyuncs.com/镜像仓库名(test_jiangxin)
密码

3,例

docker tag daocloud.io/library/centos registry.cn-hangzhou.aliyuncs.com/test_jiangxin/centos:centos7.4
docker push  registry.cn-hangzhou.aliyuncs.com/test_jiangxin/centos:centos7.4
docker pull registry.cn-hangzhou.aliyuncs.com/test_jiangxin/centos:centos7.4








以上是关于阿里云私有镜像仓库创建的主要内容,如果未能解决你的问题,请参考以下文章

客快物流大数据项目(十八):Docker私有仓库

Docker(4)搭建私有镜像仓库

利用阿里云ECS部署自己的私有harbor镜像仓库

利用阿里云ECS部署自己的私有harbor镜像仓库

docker本地镜像推送到私有库-Docker Registry

k8s使用阿里云的私有镜像仓库