summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-run.1.md
diff options
context:
space:
mode:
authorUrvashi Mohnani <umohnani@redhat.com>2021-09-29 16:22:55 -0400
committerMatthew Heon <matthew.heon@pm.me>2021-10-19 13:55:41 -0400
commit14509a92bb87bc328c67182b9e985fd81f6f7b53 (patch)
treee7176a7ce73949cbf274a82ea4077fbffab02520 /docs/source/markdown/podman-run.1.md
parentc15c1540837b25305729bc72d61372098e204151 (diff)
downloadpodman-14509a92bb87bc328c67182b9e985fd81f6f7b53.tar.gz
podman-14509a92bb87bc328c67182b9e985fd81f6f7b53.tar.bz2
podman-14509a92bb87bc328c67182b9e985fd81f6f7b53.zip
Allow a value of -1 to set unlimited pids limit
Users can set --pids-limit to -1 now to set unlimited pids limit for a container - this matches the convention. [NO TESTS NEEDED] Signed-off-by: Urvashi Mohnani <umohnani@redhat.com>
Diffstat (limited to 'docs/source/markdown/podman-run.1.md')
-rw-r--r--docs/source/markdown/podman-run.1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-run.1.md b/docs/source/markdown/podman-run.1.md
index fccb51cd8..c538935fd 100644
--- a/docs/source/markdown/podman-run.1.md
+++ b/docs/source/markdown/podman-run.1.md
@@ -743,7 +743,7 @@ The default is to create a private PID namespace for the container.
#### **--pids-limit**=*limit*
-Tune the container's pids limit. Set to **0** to have unlimited pids for the container. The default is **4096** on systems that support "pids" cgroup controller.
+Tune the container's pids limit. Set to **-1** to have unlimited pids for the container. The default is **4096** on systems that support "pids" cgroup controller.
#### **--platform**=*OS/ARCH*