From 249c8652a272d2031651f026e8c698094de5ecc9 Mon Sep 17 00:00:00 2001 From: Peter Kehl Date: Wed, 4 Jul 2018 14:00:21 -0700 Subject: [PATCH] For docker/docker.github.io/issues/6987 Signed-off-by: Peter Kehl --- docs/reference/commandline/history.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/commandline/history.md b/docs/reference/commandline/history.md index 6814501287..20cf8f5e7e 100644 --- a/docs/reference/commandline/history.md +++ b/docs/reference/commandline/history.md @@ -80,7 +80,7 @@ The following example uses a template without headers and outputs the `ID` and `CreatedSince` entries separated by a colon for the `busybox` image: ```bash -$ docker history --format "{{.ID}}: {{.CreatedAt}}" busybox +$ docker history --format "{{.ID}}: {{.CreatedSince}}" busybox f6e427c148a7: 4 weeks ago : 4 weeks ago