summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Rutsky <rutsky@users.noreply.github.com>2015-09-18 02:58:04 +0300
committerVladimir Rutsky <rutsky@users.noreply.github.com>2015-09-18 02:58:04 +0300
commit46dd94d1f3fe8fe9d6c3df5af23aac7b1e071dc1 (patch)
tree40254b47e136550aec2e15c4ae002f02432e8fb2
parente7ad536168a1dfa3f85b124411055fde0400b74f (diff)
downloaddocker-py-46dd94d1f3fe8fe9d6c3df5af23aac7b1e071dc1.tar.gz
fix network_mode 'none' value
Signed-off-by: Vladimir Rutsky <vladimir@rutsky.org>
-rw-r--r--docs/hostconfig.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hostconfig.md b/docs/hostconfig.md
index eea9d1c..39b7a23 100644
--- a/docs/hostconfig.md
+++ b/docs/hostconfig.md
@@ -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