Show the proper value (0) to set unlimited pids

According to podman documentation[1], 0 should be set to --pids-limit,
instead of -1, to allow unlimited pids.

[1] http://docs.podman.io/en/latest/markdown/podman-create.1.html

Change-Id: Ica40c727d864f941cde7104f3259edf8bb05f081
This commit is contained in:
Takashi Kajinami 2020-08-25 23:12:15 +09:00
parent 3ec04b419f
commit 42f32b21e3
1 changed files with 1 additions and 1 deletions

View File

@ -493,7 +493,7 @@ options:
type: str
pids_limit:
description:
- Tune the container's PIDs limit. Set -1 to have unlimited PIDs for the
- Tune the container's PIDs limit. Set 0 to have unlimited PIDs for the
container.
type: str
pod: