Explorar o código

add a little prose to tell the user that run creates a container, and then starts it

Sven Dowideit %!s(int64=11) %!d(string=hai) anos
pai
achega
04c32495f6
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      docs/sources/commandline/cli.rst

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

@@ -930,6 +930,9 @@ containers will not be deleted.
       -link="": Add link to another container (name:alias)
       -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
       -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
       -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)
 Known Issues (run -volumes-from)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~