Skip to content

Commit

Permalink
Merge pull request #1192 from peter-kehl/master
Browse files Browse the repository at this point in the history
  • Loading branch information
thaJeztah authored Jul 16, 2018
2 parents b395d2d + 249c865 commit 7b82276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/commandline/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<missing>: 4 weeks ago
Expand Down

0 comments on commit 7b82276

Please sign in to comment.