码迷,mamicode.com
首页 > 其他好文 > 详细

docker commit

时间:2017-08-04 15:13:14      阅读:104      评论:0      收藏:0      [点我收藏+]

标签:root   containe   命令   efault   ons   list   apply   ges   string   

命令:docker commit

[root@iZ943kh74qgZ ~]# docker commit --help

Usage:    docker commit [OPTIONS] CONTAINER [REPOSITORY[:TAG]]

Create a new image from a containers changes

Options:
  -a, --author string    Author (e.g., "John Hannibal Smith <hannibal@a-team.com>")作者与邮箱
  -c, --change list      Apply Dockerfile instruction to the created image使用dockerfile文件系统指令来创建镜像。
      --help             Print usage
  -m, --message string   Commit message提交的信息
  -p, --pause            Pause container during commit (default true)

当容器里的内容改变时,创建一个新的镜像。

 

docker commit

标签:root   containe   命令   efault   ons   list   apply   ges   string   

原文地址:http://www.cnblogs.com/gorgage/p/7285054.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!