Flag Addition: --type flag added for docker inspect command

Signed-off-by: Shishir Mahajan <shishir.mahajan@redhat.com>
Upstream-commit: 24e7d40f42
Component: cli
This commit is contained in:
Shishir Mahajan
2017-06-02 00:06:59 +00:00
committed by Tibor Vass
parent 8de5fd2e46
commit 4aa2c173ed
3 changed files with 31 additions and 7 deletions
@@ -17,6 +17,9 @@ weight=1
-f, --format="" Format the output using the given go template
--type=container|image Return JSON for specified type, permissible
values are "image" or "container"
By default, this will render all results in a JSON array. If a format is
specified, the given template will be executed for each result.