美文网首页容器技术
十五、通过commit创建镜像

十五、通过commit创建镜像

作者: InsaneLoafer | 来源:发表于2021-12-08 12:22 被阅读0次

commit用于对修改后的容器进行镜像构建docker container commit <container-id> [REPOSITORY[:TAG]]

[root@localhost ~]# docker commit
"docker commit" requires at least 1 and at most 2 arguments.
See 'docker commit --help'.

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

Create a new image from a container's changes

Note
平时使用commit的方式较少

相关文章

网友评论

    本文标题:十五、通过commit创建镜像

    本文链接:https://www.haomeiwen.com/subject/fzvatrtx.html