mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-07 09:25:43 +00:00
When possible use a generic function to add strings and booleans Adjust tests Signed-off-by: Ygal Blum <ygal.blum@gmail.com>
10 lines
319 B
Text
10 lines
319 B
Text
## assert-podman-final-args run --name systemd-%N --cidfile=%t/%N.cid --replace --rm --cgroups=split --sdnotify=conmon -d localhost/imagename
|
|
|
|
[Container]
|
|
Image=localhost/imagename
|
|
|
|
# Disable all default features to get as empty podman run command as we can
|
|
NoNewPrivileges=no
|
|
DropCapability=
|
|
VolatileTmp=no
|
|
Timezone=
|