Merge pull request #1171 from silvin-lubecki/fix-doc-typo

Fix Format example typo"
This commit is contained in:
Sebastiaan van Stijn 2018-07-02 14:47:39 +02:00 committed by GitHub
commit a2b4d30cd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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:
```bash
$ docker images --format "{{.ID}}: {{.Created}} ago"
$ docker images --format "{{.ID}}: {{.CreatedSince}} ago"
cc1b61406712: 2 weeks ago
<missing>: 2 weeks ago