From e43270fc5e594fdb77f9a22f0042105824485e62 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Tue, 24 Jul 2018 18:23:10 +0200 Subject: podman: allow to specify the IPC namespace to join Signed-off-by: Giuseppe Scrivano Closes: #1145 Approved by: rhatdan --- docs/podman-create.1.md | 1 + docs/podman-run.1.md | 1 + 2 files changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/podman-create.1.md b/docs/podman-create.1.md index 293cabf68..36a7fda11 100644 --- a/docs/podman-create.1.md +++ b/docs/podman-create.1.md @@ -291,6 +291,7 @@ Not implemented Default is to create a private IPC namespace (POSIX SysV IPC) for the container 'container:': 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 to an IPC namespace to join. **--kernel-memory**="" diff --git a/docs/podman-run.1.md b/docs/podman-run.1.md index bd1a5d56f..3a3115964 100644 --- a/docs/podman-run.1.md +++ b/docs/podman-run.1.md @@ -302,6 +302,7 @@ Default is to create a private IPC namespace (POSIX SysV IPC) for the container - `container:`: 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 to an IPC namespace to join. **--kernel-memory**="" -- cgit v1.2.3-54-g00ecf