summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-create.1.md
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-09-30 15:14:28 -0400
committerGitHub <noreply@github.com>2021-09-30 15:14:28 -0400
commit5c2204b5cea9f310d0c06f181cfa64b6658823e6 (patch)
tree9ecc2baec9b21d0d56e0a2e05c3b671ed7b61196 /docs/source/markdown/podman-create.1.md
parent1f3e2ed74ff833a25fcf7b0f796b6a9569cf362d (diff)
parentc25cc7230fa1d54903728626584d30808539cc04 (diff)
downloadpodman-5c2204b5cea9f310d0c06f181cfa64b6658823e6.tar.gz
podman-5c2204b5cea9f310d0c06f181cfa64b6658823e6.tar.bz2
podman-5c2204b5cea9f310d0c06f181cfa64b6658823e6.zip
Merge pull request #11794 from umohnani8/pid
Allow a value of -1 to set unlimited pids limit
Diffstat (limited to 'docs/source/markdown/podman-create.1.md')
-rw-r--r--docs/source/markdown/podman-create.1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-create.1.md b/docs/source/markdown/podman-create.1.md
index 0630c8be9..ee52bfd13 100644
--- a/docs/source/markdown/podman-create.1.md
+++ b/docs/source/markdown/podman-create.1.md
@@ -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*