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:
Sebastiaan van Stijn
2015-07-02 01:31:15 +02:00
5 changed files with 174 additions and 15 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.