We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d2f49a9 + 0c14792 commit 8cdf6f4Copy full SHA for 8cdf6f4
README.md
@@ -78,6 +78,9 @@ to those for the `docker run` command except it doesn't support the
78
attach options (`-a`). See "Port bindings" and "Using volumes" below for
79
more information on how to create port bindings and volume mappings.
80
81
+The `environment` variable accepts a dictionary or a list of strings
82
+in the following format `["PASSWORD=xxx"]` or `{"PASSWORD": "xxx"}`.
83
+
84
`volumes_from` and `dns` arguments raise TypeError exception if they are used
85
against v1.10 of docker remote API. Those arguments should be passed to
86
`start()` instead.
0 commit comments