diff options
author | Joffrey F <joffrey@docker.com> | 2016-09-29 16:30:51 -0700 |
---|---|---|
committer | Joffrey F <joffrey@docker.com> | 2016-09-29 16:34:36 -0700 |
commit | 49997d040ba8e35f0d73bb0846b5b90cfa00b5d7 (patch) | |
tree | 1f6c5b8ff35f06fbc464ad85388d7319b71410ea /docs | |
parent | 2b34e0b8e44597b36d888b3f3272641f602cb6da (diff) | |
download | docker-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.md | 1 |
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 |