Browse code

Update docs to include images for docker inspect

pandrew authored on 2013/12/20 04:55:19
Showing 1 changed files
... ...
@@ -681,11 +681,11 @@ Insert file from github
681 681
 
682 682
 ::
683 683
 
684
-    Usage: docker inspect [OPTIONS] CONTAINER
684
+    Usage: docker inspect CONTAINER|IMAGE [CONTAINER|IMAGE...]
685 685
 
686
-    Return low-level information on a container
686
+    Return low-level information on a container/image
687 687
 
688
-      -format="": template to output results
688
+      -format="": Format the output using the given go template.
689 689
 
690 690
 By default, this will render all results in a JSON array.  If a format
691 691
 is specified, the given template will be executed for each result.