mirror of https://github.com/docker/cli.git
Merge pull request #1192 from peter-kehl/master
For docker/docker.github.io/issues/6987
This commit is contained in:
commit
7b82276c88
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue