From 49997d040ba8e35f0d73bb0846b5b90cfa00b5d7 Mon Sep 17 00:00:00 2001 From: Joffrey F Date: Thu, 29 Sep 2016 16:30:51 -0700 Subject: Add support for isolation param in host config Signed-off-by: Joffrey F --- docs/hostconfig.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') 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 -- cgit v1.2.1