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

docker深入学习(二)

时间:2020-02-05 23:08:39      阅读:79      评论:0      收藏:0      [点我收藏+]

标签:efault   option   change   struct   commit   instr   str   cti   app   

docker commit命令使运行中的容器生成一个镜像

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

Create a new image from a container's 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
  -m, --message string   Commit message
  -p, --pause            Pause container during commit (default true)

docker深入学习(二)

标签:efault   option   change   struct   commit   instr   str   cti   app   

原文地址:https://www.cnblogs.com/feiqiangsheng/p/12266979.html

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