登录阿里云官网,找到容器镜像服务
进入镜像仓库,创建仓库
输入信息
选择本地仓库
这里我要将这个镜像提交到仓库
回到仓库列表,点击管理
docker login --username=cn丶moti registry.cn-hangzhou.aliyuncs.com
docker tag [ImageId] registry.cn-hangzhou.aliyuncs.com/cnmoti/mycentos:[镜像版本号]
docker push registry.cn-hangzhou.aliyuncs.com/cnmoti/mycentos:[镜像版本号]
具体操作如下:
docker login --username=cn丶moti registry.cn-hangzhou.aliyuncs.com
# 之后输入密码,回车
docker tag 5241774ca111 registry.cn-hangzhou.aliyuncs.com/cnmoti/mycentos:1.1
docker push registry.cn-hangzhou.aliyuncs.com/cnmoti/mycentos:1.1
阿里云上面也有显示
下面我删除mycentos本地镜像
在网上拉取我刚刚传到阿里云的镜像
sudo docker pull registry.cn-hangzhou.aliyuncs.com/cnmoti/mycentos:1.1
运行试验,运行镜像并获得容器,检查登录默认目录是否为/usr/local,vim和ifconfig是否可以使用