mirror of https://github.com/docker/docker-py.git
fix network_mode 'none' value
Signed-off-by: Vladimir Rutsky <vladimir@rutsky.org>
This commit is contained in:
parent
e7ad536168
commit
46dd94d1f3
|
@ -79,7 +79,7 @@ for example:
|
||||||
* dns_search (list): DNS search domains
|
* dns_search (list): DNS search domains
|
||||||
* volumes_from (str or list): List of container names or Ids to get volumes
|
* volumes_from (str or list): List of container names or Ids to get volumes
|
||||||
from. Optionally a single string joining container id's with commas
|
from. Optionally a single string joining container id's with commas
|
||||||
* network_mode (str): One of `['bridge', None, 'container:<name|id>', 'host']`
|
* network_mode (str): One of `['bridge', 'none', 'container:<name|id>', 'host']`
|
||||||
* restart_policy (dict): "Name" param must be one of
|
* restart_policy (dict): "Name" param must be one of
|
||||||
`['on-failure', 'always']`
|
`['on-failure', 'always']`
|
||||||
* cap_add (list of str): Add kernel capabilities
|
* cap_add (list of str): Add kernel capabilities
|
||||||
|
|
Loading…
Reference in New Issue