Skip to content

Commit 3987a8f

Browse files
committed
Added comment for command argument
Added comment for the variable type of `create_container`'s `command` argument
1 parent 747304d commit 3987a8f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ to those for the `docker run` command except it doesn't support the
7878
attach options (`-a`). See "Port bindings" and "Using volumes" below for
7979
more information on how to create port bindings and volume mappings.
8080

81+
`command` is a string to specify the ARGS to pass to `docker run`.
82+
8183
`volumes_from` and `dns` arguments raise TypeError exception if they are used
8284
against v1.10 of docker remote API. Those arguments should be passed to
8385
`start()` instead.

0 commit comments

Comments
 (0)