summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoffrey F <f.joffrey@gmail.com>2015-09-18 17:12:42 -0700
committerJoffrey F <f.joffrey@gmail.com>2015-09-18 17:12:42 -0700
commit9d1f95715a88a67f0d259f37820cabab0e736906 (patch)
tree40254b47e136550aec2e15c4ae002f02432e8fb2
parente7ad536168a1dfa3f85b124411055fde0400b74f (diff)
parent46dd94d1f3fe8fe9d6c3df5af23aac7b1e071dc1 (diff)
downloaddocker-py-9d1f95715a88a67f0d259f37820cabab0e736906.tar.gz
Merge pull request #779 from rutsky/patch-4
fix network_mode 'none' value
-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