mirror of https://github.com/docker/cli.git
Fixing issue #1167 "Format example typo"
Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com>
This commit is contained in:
parent
18091ea7e2
commit
d0ddf91539
|
@ -41,7 +41,7 @@ The following example uses a template without headers and outputs the
|
||||||
`ID` and `CreatedSince` entries separated by a colon for all images:
|
`ID` and `CreatedSince` entries separated by a colon for all images:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ docker images --format "{{.ID}}: {{.Created}} ago"
|
$ docker images --format "{{.ID}}: {{.CreatedSince}} ago"
|
||||||
|
|
||||||
cc1b61406712: 2 weeks ago
|
cc1b61406712: 2 weeks ago
|
||||||
<missing>: 2 weeks ago
|
<missing>: 2 weeks ago
|
||||||
|
|
Loading…
Reference in New Issue