Browse Source

Update docs to include images for docker inspect

pandrew 11 years ago
parent
commit
8072d3a4e0
1 changed files with 3 additions and 3 deletions
  1. 3 3
      docs/sources/commandline/cli.rst

+ 3 - 3
docs/sources/commandline/cli.rst

@@ -681,11 +681,11 @@ Insert file from github
 
 ::
 
-    Usage: docker inspect [OPTIONS] CONTAINER
+    Usage: docker inspect CONTAINER|IMAGE [CONTAINER|IMAGE...]
 
-    Return low-level information on a container
+    Return low-level information on a container/image
 
-      -format="": template to output results
+      -format="": Format the output using the given go template.
 
 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.