Files
podman/test/e2e/quadlet/ulimit.container
Daniel J Walsh 522e0f43f4 Add support for Ulimit in quadlet
QM needs to be able to specify the maximum number of open files within the QM
environment to ensure FFI.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2023-09-14 06:17:43 -04:00

7 lines
159 B
Plaintext

## assert-podman-final-args localhost/imagename
## assert-podman-args "--ulimit nproc:1234:5678"
[Container]
Image=localhost/imagename
Ulimit=nproc:1234:5678