mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 00:15:44 +00:00
8 lines
247 B
Text
8 lines
247 B
Text
## 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"
|