Merge pull request #10633 from developer-guy/master

[DOCS UPDATE] Update formatting.md
This commit is contained in:
Usha Mandya 2020-04-14 10:55:06 +01:00 committed by GitHub
commit 9ec7d50eea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -25,6 +25,15 @@ docker inspect --format '{{join .Args " , "}}' container
```
{% endraw %}
## table
`table` specifies which fields you want to see its output.
{% raw %}
```
docker image list --format "table {{.ID}}\t{{.Repository}}\t{{.Tag}}\t{{.Size}}"
```
{% endraw %}
## json