add a pair of accent mark around dockerfile commands
in docker-commit, as the same thing in docker-import.
Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
| ... | ... |
@@ -22,7 +22,7 @@ Using an existing container's name or ID you can create a new image. |
| 22 | 22 |
|
| 23 | 23 |
**-c** , **--change**=[] |
| 24 | 24 |
Apply specified Dockerfile instructions while committing the image |
| 25 |
- Supported Dockerfile instructions: ADD|CMD|ENTRYPOINT|ENV|EXPOSE|FROM|MAINTAINER|RUN|USER|LABEL|VOLUME|WORKDIR|COPY |
|
| 25 |
+ Supported Dockerfile instructions: `ADD`|`CMD`|`ENTRYPOINT`|`ENV`|`EXPOSE`|`FROM`|`MAINTAINER`|`RUN`|`USER`|`LABEL`|`VOLUME`|`WORKDIR`|`COPY` |
|
| 26 | 26 |
|
| 27 | 27 |
**--help** |
| 28 | 28 |
Print usage statement |