Signed-off-by: David Young <yangboh@cn.ibm.com>
| ... | ... |
@@ -41,7 +41,7 @@ Show the history of when and how an image was created. |
| 41 | 41 |
511136ea3c5a 10 months ago 0 B Imported from - |
| 42 | 42 |
|
| 43 | 43 |
## Show the history of images created through docker commit command |
| 44 |
-`docker commit` command accepts a **-m** parameter to provide comment messages to the image. You can see these messages in image history. |
|
| 44 |
+The `docker commit` command has a **-m** flag for adding comments to the image. These comments will be displayed in the image history. |
|
| 45 | 45 |
|
| 46 | 46 |
$ sudo docker history docker:scm |
| 47 | 47 |
IMAGE CREATED CREATED BY SIZE COMMENT |
| ... | ... |
@@ -1170,7 +1170,7 @@ To see how the `docker:latest` image was built: |
| 1170 | 1170 |
750d58736b4b 6 weeks ago /bin/sh -c #(nop) MAINTAINER Tianon Gravi <ad 0 B |
| 1171 | 1171 |
511136ea3c5a 9 months ago 0 B Imported from - |
| 1172 | 1172 |
|
| 1173 |
-To see how the `docker:apache` image which was commited from a container: |
|
| 1173 |
+To see how the `docker:apache` image was added to a container's base image: |
|
| 1174 | 1174 |
|
| 1175 | 1175 |
$ sudo docker history docker:scm |
| 1176 | 1176 |
IMAGE CREATED CREATED BY SIZE COMMENT |