fix network_mode 'none' value

Signed-off-by: Vladimir Rutsky <vladimir@rutsky.org>
This commit is contained in:
Vladimir Rutsky 2015-09-18 02:58:04 +03:00
parent e7ad536168
commit 46dd94d1f3
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ for example:
* dns_search (list): DNS search domains
* 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
* 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
`['on-failure', 'always']`
* cap_add (list of str): Add kernel capabilities