summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJoffrey F <joffrey@docker.com>2016-09-29 16:30:51 -0700
committerJoffrey F <joffrey@docker.com>2016-09-29 16:34:36 -0700
commit49997d040ba8e35f0d73bb0846b5b90cfa00b5d7 (patch)
tree1f6c5b8ff35f06fbc464ad85388d7319b71410ea /docs
parent2b34e0b8e44597b36d888b3f3272641f602cb6da (diff)
downloaddocker-py-host_config_isolation.tar.gz
Add support for isolation param in host confighost_config_isolation
Signed-off-by: Joffrey F <joffrey@docker.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/hostconfig.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/hostconfig.md b/docs/hostconfig.md
index 008d5cf..f989c7d 100644
--- a/docs/hostconfig.md
+++ b/docs/hostconfig.md
@@ -130,6 +130,7 @@ for example:
* userns_mode (str): Sets the user namespace mode for the container when user
namespace remapping option is enabled. Supported values are: `host`
* pids_limit (int): Tune a container’s pids limit. Set -1 for unlimited.
+* isolation (str): Isolation technology to use. Default: `None`.
**Returns** (dict) HostConfig dictionary