mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
Merge pull request #11794 from umohnani8/pid
Allow a value of -1 to set unlimited pids limit
This commit is contained in:
@ -732,7 +732,7 @@ Default is to create a private PID namespace for the container
|
||||
|
||||
#### **--pids-limit**=*limit*
|
||||
|
||||
Tune the container's pids limit. Set `0` to have unlimited pids for the container. (default "4096" on systems that support PIDS cgroups).
|
||||
Tune the container's pids limit. Set `-1` to have unlimited pids for the container. (default "4096" on systems that support PIDS cgroups).
|
||||
|
||||
#### **--platform**=*OS/ARCH*
|
||||
|
||||
|
Reference in New Issue
Block a user