Files
podman/test/e2e/quadlet/reloadcmd.container
Ygal Blum fe107ff0ce Quadlet - Add support for adding ExecReload command
Add tests
Update man page

Signed-off-by: Ygal Blum <ygal.blum@gmail.com>
2025-04-09 14:40:41 -04:00

9 lines
247 B
Plaintext

## assert-podman-reload-args "exec"
## assert-podman-reload-args "--cidfile=%t/%N.cid"
## assert-podman-reload-final-args "/some/binary file" "--arg1" "arg 2"
[Container]
Image=localhost/imagename
ReloadCmd="/some/binary file" --arg1 \
"arg 2"