docker commit

Posted gorgage

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了docker commit相关的知识,希望对你有一定的参考价值。

命令:docker commit

[[email protected] ~]# 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 <[email protected]>")作者与邮箱
  -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的主要内容,如果未能解决你的问题,请参考以下文章

Docker——镜像概念 & docker commit

云构建触发器不应基于 git commit 消息创建 docker 映像

Docker 镜像-加载原理分层原理commit镜像

Docker 镜像-加载原理分层原理commit镜像

Docker---联合文件系统和commit补充操作

docker--docker commit构建docker镜像