mirror of
https://github.com/containers/podman.git
synced 2025-06-26 12:56:45 +08:00
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:

committed by
Atomic Bot

parent
819c807125
commit
8223fbaac6
@ -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**=""
|
||||
|
||||
|
Reference in New Issue
Block a user