Kaydet (Commit) 0ef8c045 authored tarafından Joffrey F's avatar Joffrey F

Add missing ipc_mode documentation

üst 2dfab762
...@@ -86,6 +86,7 @@ for example: ...@@ -86,6 +86,7 @@ for example:
* read_only (bool): mount the container's root filesystem as read only * 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 * pid_mode (str): if set to "host", use the host PID namespace inside the
container container
* ipc_mode (str): Set the IPC mode for the container
* security_opt (list): A list of string values to customize labels for MLS * security_opt (list): A list of string values to customize labels for MLS
systems, such as SELinux. systems, such as SELinux.
* ulimits (list): A list of dicts or `docker.utils.Ulimit` objects. A list * ulimits (list): A list of dicts or `docker.utils.Ulimit` objects. A list
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment