Merge branch 'docker-run-prose-2149' of github.com:SvenDowideit/docker into 3036-test

Upstream-commit: ea0ed9a9159de98c444c6a83649ae2eb51da1c84
Component: engine
This commit is contained in:
Andy Rothfusz
2013-12-05 17:03:26 -08:00

View File

@ -937,6 +937,9 @@ containers will not be deleted.
-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
``docker run`` ``creates`` a writeable container layer over the specified image, and then
``start``s it using the specified command (ie. is equivalent to the API ``/containers/create`` then ``/containers/(id)/start``).
Known Issues (run -volumes-from)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~