mirror of https://github.com/docker/docker-py.git
Add missing ipc_mode documentation
This commit is contained in:
parent
2dfab76224
commit
0ef8c0459d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue