Merge pull request #2492 from dotcloud/publish-all-flag

Add -P flag to publish all exposed ports
This commit is contained in:
Michael Crosby
2013-11-01 10:21:02 -07:00
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -584,6 +584,7 @@ network communication.
-expose=[]: Expose a port from the container without publishing it to your host
-link="": Add link to another container (name:alias)
-name="": Assign the specified name to the container. If no name is specific docker will generate a random name
-P=false: Publish all exposed ports to the host interfaces
Examples
--------