mirror of
https://github.com/containers/podman.git
synced 2025-06-23 18:59:30 +08:00
Merge pull request #19955 from rhatdan/quadlet
Add support for PidsLimit in quadlet
This commit is contained in:
@ -160,6 +160,7 @@ Valid options for `[Container]` are listed below:
|
||||
| NoNewPrivileges=true | --security-opt no-new-privileges |
|
||||
| Rootfs=/var/lib/rootfs | --rootfs /var/lib/rootfs |
|
||||
| Notify=true | --sdnotify container |
|
||||
| PidsLimit=10000 | --pids-limit 10000 |
|
||||
| PodmanArgs=--add-host foobar | --add-host foobar |
|
||||
| PublishPort=50-59 | --publish 50-59 |
|
||||
| Pull=never | --pull=never |
|
||||
@ -431,6 +432,11 @@ starts the child in the container. However, if the container application support
|
||||
`Notify` to true passes the notification details to the container allowing it to notify
|
||||
of startup on its own.
|
||||
|
||||
### `PidsLimit=`
|
||||
|
||||
Tune the container's pids limit.
|
||||
This is equivalent to the Podman `--pids-limit` option.
|
||||
|
||||
### `PodmanArgs=`
|
||||
|
||||
This key contains a list of arguments passed directly to the end of the `podman run` command
|
||||
|
Reference in New Issue
Block a user