Skip to content

Commit 0ef8c04

Browse files
committed
Add missing ipc_mode documentation
1 parent 2dfab76 commit 0ef8c04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/hostconfig.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ for example:
8686
* read_only (bool): mount the container's root filesystem as read only
8787
* pid_mode (str): if set to "host", use the host PID namespace inside the
8888
container
89+
* ipc_mode (str): Set the IPC mode for the container
8990
* security_opt (list): A list of string values to customize labels for MLS
9091
systems, such as SELinux.
9192
* ulimits (list): A list of dicts or `docker.utils.Ulimit` objects. A list

0 commit comments

Comments
 (0)