Fixing issue #1167 "Format example typo"

Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com>
This commit is contained in:
Silvin Lubecki 2018-07-02 14:21:10 +02:00
parent 18091ea7e2
commit d0ddf91539
1 changed files with 1 additions and 1 deletions

View File

@ -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