Browse Source

Merge pull request #1447 from kermit666/image-tag-doc

doc: syntax to run a specific image tag
Andy Rothfusz 12 years ago
parent
commit
06183e6cdc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/sources/commandline/command/run.rst

+ 1 - 1
docs/sources/commandline/command/run.rst

@@ -8,7 +8,7 @@
 
 ::
 
-    Usage: docker run [OPTIONS] IMAGE [COMMAND] [ARG...]
+    Usage: docker run [OPTIONS] IMAGE[:TAG] [COMMAND] [ARG...]
 
     Run a command in a new container