1.本地镜像生成
docker commit -m "commitInfo" -a ="authorName" containerId 新创建的目标镜像名:[标签名]
镜像的提交,可以让我们不断去叠加镜像: https://www.bilibili.com/video/BV1gr4y1U7CY?p=25&spm_id_from=pageDriver&vd_source=7ce721b64f52f392bdafe83543918639
2.本地镜像发布到阿里云
推送本地镜像到阿里云:
从阿里云拉取镜像:
3.本地镜像推送到私有库
标签:阿里,本地,镜像,commit,docker,推送 From: https://www.cnblogs.com/pingguomang/p/18059744