mirror of https://github.com/docker/docs.git
Update formatting.md
This commit is contained in:
parent
9b2e25bbd2
commit
7f66d7783f
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue