user facing documentation changes in master atm

Docker-DCO-1.1-Signed-off-by: SvenDowideit <SvenDowideit@home.org.au> (github: SvenDowideit)
Upstream-commit: 5743cc3423b48a0a3c78c7640bb10d840c911604
Component: engine
This commit is contained in:
SvenDowideit
2014-07-23 12:40:10 +10:00
parent b782732841
commit a347eb0112
8 changed files with 74 additions and 45 deletions

View File

@ -8,6 +8,7 @@ docker-commit - Create a new image from a container's changes
**docker commit**
[**-a**|**--author**[=*AUTHOR*]]
[**-m**|**--message**[=*MESSAGE*]]
[**-p**|**--pause**[=*true*]]
CONTAINER [REPOSITORY[:TAG]]
# DESCRIPTION
@ -20,8 +21,8 @@ Using an existing container's name or ID you can create a new image.
**-m**, **--message**=""
Commit message
**-p, --pause**=true
Pause container during commit
**-p**, **--pause**=*true*|*false*
Pause container during commit. The default is *true*.
# EXAMPLES
@ -37,3 +38,4 @@ create a new image run docker ps to find the container's ID and then run:
April 2014, Originally compiled by William Henry (whenry at redhat dot com)
based on docker.com source material and in
June 2014, updated by Sven Dowideit <SvenDowideit@home.org.au>
July 2014, updated by Sven Dowideit <SvenDowideit@home.org.au>