From 8d682bf734539ade2d618349f82b8b5e83a87167 Mon Sep 17 00:00:00 2001 From: David Young Date: Thu, 26 Mar 2015 12:39:50 +0800 Subject: [PATCH] Refine document by review comments Signed-off-by: David Young --- docs/man/docker-history.1.md | 2 +- docs/sources/reference/commandline/cli.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/man/docker-history.1.md b/docs/man/docker-history.1.md index 0c322d795..cd8fb6e6d 100644 --- a/docs/man/docker-history.1.md +++ b/docs/man/docker-history.1.md @@ -41,7 +41,7 @@ Show the history of when and how an image was created. 511136ea3c5a 10 months ago 0 B Imported from - ## Show the history of images created through docker commit command -`docker commit` command accepts a **-m** parameter to provide comment messages to the image. You can see these messages in image history. +The `docker commit` command has a **-m** flag for adding comments to the image. These comments will be displayed in the image history. $ sudo docker history docker:scm IMAGE CREATED CREATED BY SIZE COMMENT diff --git a/docs/sources/reference/commandline/cli.md b/docs/sources/reference/commandline/cli.md index f7d47edb0..ec26d0418 100644 --- a/docs/sources/reference/commandline/cli.md +++ b/docs/sources/reference/commandline/cli.md @@ -1170,7 +1170,7 @@ To see how the `docker:latest` image was built: 750d58736b4b 6 weeks ago /bin/sh -c #(nop) MAINTAINER Tianon Gravi