summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGiuseppe Scrivano <gscrivan@redhat.com>2018-07-24 17:46:47 +0200
committerAtomic Bot <atomic-devel@projectatomic.io>2018-07-24 21:50:49 +0000
commit8223fbaac6d6031359e2370ff11ec4c8f91b37b8 (patch)
treed4dd15ebb3d82e43cd8c68275fd2f02af71202b9 /docs
parent819c80712578cce1d5fd1915a351bc739c7fcb72 (diff)
downloadpodman-8223fbaac6d6031359e2370ff11ec4c8f91b37b8.tar.gz
podman-8223fbaac6d6031359e2370ff11ec4c8f91b37b8.tar.bz2
podman-8223fbaac6d6031359e2370ff11ec4c8f91b37b8.zip
podman: allow to specify the PID namespace to join
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> Closes: #1145 Approved by: rhatdan
Diffstat (limited to 'docs')
-rw-r--r--docs/podman-create.1.md1
-rw-r--r--docs/podman-run.1.md1
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/podman-create.1.md b/docs/podman-create.1.md
index d9165d4cb..3e401e47b 100644
--- a/docs/podman-create.1.md
+++ b/docs/podman-create.1.md
@@ -411,6 +411,7 @@ Set the PID mode for the container
Default is to create a private PID namespace for the container
'container:<name|id>': join another container's PID namespace
'host': use the host's PID namespace for the container. Note: the host mode gives the container full access to local PID and is therefore considered insecure.
+ 'ns': join the specified PID namespace
**--pids-limit**=""
diff --git a/docs/podman-run.1.md b/docs/podman-run.1.md
index 9af9640b0..c4fe25675 100644
--- a/docs/podman-run.1.md
+++ b/docs/podman-run.1.md
@@ -427,6 +427,7 @@ Default is to create a private PID namespace for the container
- `container:<name|id>`: join another container's PID namespace
- `host`: use the host's PID namespace for the container. Note: the host mode gives the container full access to local PID and is therefore considered insecure.
+- `ns`: join the specified PID namespace
**--pids-limit**=""