Merge pull request #12020 from chenhanxiao/docker-import-commit

docs: keep the style of docker-commit consistent with docker-import
This commit is contained in:
moxiegirl 2015-04-06 09:47:47 -07:00
commit 96c3141fa5
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ Using an existing container's name or ID you can create a new image.
**-c** , **--change**=[]
Apply specified Dockerfile instructions while committing the image
Supported Dockerfile instructions: ADD|CMD|ENTRYPOINT|ENV|EXPOSE|FROM|MAINTAINER|RUN|USER|LABEL|VOLUME|WORKDIR|COPY
Supported Dockerfile instructions: `ADD`|`CMD`|`ENTRYPOINT`|`ENV`|`EXPOSE`|`FROM`|`MAINTAINER`|`RUN`|`USER`|`LABEL`|`VOLUME`|`WORKDIR`|`COPY`
**--help**
Print usage statement