mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
podman: allow to specify the IPC namespace to join
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> Closes: #1145 Approved by: rhatdan
This commit is contained in:

committed by
Atomic Bot

parent
977c8a9cd6
commit
e43270fc5e
@ -291,6 +291,7 @@ Not implemented
|
||||
Default is to create a private IPC namespace (POSIX SysV IPC) for the container
|
||||
'container:<name|id>': reuses another container shared memory, semaphores and message queues
|
||||
'host': use the host shared memory,semaphores and message queues inside the container. Note: the host mode gives the container full access to local shared memory and is therefore considered insecure.
|
||||
'ns:<path>' path to an IPC namespace to join.
|
||||
|
||||
**--kernel-memory**=""
|
||||
|
||||
|
@ -302,6 +302,7 @@ Default is to create a private IPC namespace (POSIX SysV IPC) for the container
|
||||
|
||||
- `container:<name|id>`: reuses another container shared memory, semaphores and message queues
|
||||
- `host`: use the host shared memory,semaphores and message queues inside the container. Note: the host mode gives the container full access to local shared memory and is therefore considered insecure.
|
||||
- `ns:<path>` path to an IPC namespace to join.
|
||||
|
||||
**--kernel-memory**=""
|
||||
|
||||
|
Reference in New Issue
Block a user