podman: allow to specify the PID namespace to join

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>

Closes: #1145
Approved by: rhatdan
This commit is contained in:
Giuseppe Scrivano
2018-07-24 17:46:47 +02:00
committed by Atomic Bot
parent 819c807125
commit 8223fbaac6
4 changed files with 6 additions and 1 deletions

View File

@ -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**=""