1、登陆阿里云
2、找到容器镜像服务,创建实例
企业版需要付费购买(1个月741)
我选择创建个人实例
3、创建命名空间(为了隔离)
4、创建镜像仓库
5、推送镜像
参考阿里云容器镜像指南
#登录
docker login --username=不想仰望星空了 registry.cn-hangzhou.aliyuncs.com
#查看镜像
docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
xiaobluewhale/tomcat 1.0 24b3a476f143 14 hours ago 680MB
#推送镜像
docker push xiaobluewhale/tomcat:1.0
The push refers to repository [docker.io/xiaobluewhale/tomcat]
6、阿里云查看镜像
imageID: 24b3a476f143