mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-08 09:55:42 +00:00
Update e2e tests not to expect the flag System tests - explicitly set the log driver to be able to parse the output 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=
|