Merge pull request #1192 from peter-kehl/master

For docker/docker.github.io/issues/6987
This commit is contained in:
Sebastiaan van Stijn 2018-07-16 12:22:02 +02:00 committed by GitHub
commit 7b82276c88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: `ID` and `CreatedSince` entries separated by a colon for the `busybox` image:
```bash ```bash
$ docker history --format "{{.ID}}: {{.CreatedAt}}" busybox $ docker history --format "{{.ID}}: {{.CreatedSince}}" busybox
f6e427c148a7: 4 weeks ago f6e427c148a7: 4 weeks ago
<missing>: 4 weeks ago <missing>: 4 weeks ago