Docker镜像介绍
[root@zizhen02 ~]# docker container commit (或者简写#docker commit)
"docker container commit" requires at least 1 and at most 2 arguments.
See 'docker container commit --help'.
Usage: docker container commit [OPTIONS] CONTAINER [REPOSITORY[:TAG]]
Create a new image from a container's changes
[root@zizhen02 ~]#
[root@zizhen02 ~]# docker image build (简写为#docker build)
"docker image build" requires exactly 1 argument.
See 'docker image build --help'.
Usage: docker image build [OPTIONS] PATH | URL | -
Build an image from a Dockerfile
[root@zizhen02 ~]# docker build
"docker build" requires exactly 1 argument.
See 'docker build --help'.
<