Kaydet (Commit) 3987a8f5 authored tarafından Ivan Fraixedes's avatar Ivan Fraixedes

Added comment for `command` argument

Added comment for the variable type of `create_container`'s `command` argument
üst 747304d5
...@@ -78,6 +78,8 @@ to those for the `docker run` command except it doesn't support the ...@@ -78,6 +78,8 @@ to those for the `docker run` command except it doesn't support the
attach options (`-a`). See "Port bindings" and "Using volumes" below for attach options (`-a`). See "Port bindings" and "Using volumes" below for
more information on how to create port bindings and volume mappings. more information on how to create port bindings and volume mappings.
`command` is a string to specify the ARGS to pass to `docker run`.
`volumes_from` and `dns` arguments raise TypeError exception if they are used `volumes_from` and `dns` arguments raise TypeError exception if they are used
against v1.10 of docker remote API. Those arguments should be passed to against v1.10 of docker remote API. Those arguments should be passed to
`start()` instead. `start()` instead.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment