diff --git a/config/formatting.md b/config/formatting.md index e916e845ba..2004c85f34 100644 --- a/config/formatting.md +++ b/config/formatting.md @@ -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