From 0ef8c0459d1ee444befd01bf758c40a723958e09 Mon Sep 17 00:00:00 2001 From: Joffrey F Date: Wed, 9 Sep 2015 10:47:51 -0700 Subject: [PATCH] Add missing ipc_mode documentation --- docs/hostconfig.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/hostconfig.md b/docs/hostconfig.md index e21148b1..eb796a53 100644 --- a/docs/hostconfig.md +++ b/docs/hostconfig.md @@ -86,6 +86,7 @@ for example: * read_only (bool): mount the container's root filesystem as read only * pid_mode (str): if set to "host", use the host PID namespace inside the container +* ipc_mode (str): Set the IPC mode for the container * security_opt (list): A list of string values to customize labels for MLS systems, such as SELinux. * ulimits (list): A list of dicts or `docker.utils.Ulimit` objects. A list