Add missing ipc_mode documentation

This commit is contained in:
Joffrey F 2015-09-09 10:47:51 -07:00
parent 2dfab76224
commit 0ef8c0459d
1 changed files with 1 additions and 0 deletions

View File

@ -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