mirror of
https://github.com/docker/cli.git
synced 2026-09-26 01:10:35 -04:00
Merge pull request #13187 from shishir-a412ed/docker_inspect_issue
Flag Addition: --type flag added for docker inspect command Upstream-commit: 98f988f62ceccf7237cbcb45f1095ff15f005ea9 Component: engine
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user