2018年10月31日

Docker-commit镜像提交

摘要: docker commit:提交容器副本使之成为一个新的镜像 docker commit -a="作者名" -m="提交的描述信息" 容器id 新建的镜像名称:标签名 例子:docker commit -a="wu-wu" -m="red tomcat" eb4187f8edd4 mytomcat: 阅读全文

posted @ 2018-10-31 17:41 灬菜鸟灬 阅读(333) 评论(0) 推荐(0)

导航