mirror of
https://github.com/containers/podman.git
synced 2025-12-12 09:50:25 +08: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>
11 lines
319 B
Plaintext
11 lines
319 B
Plaintext
## 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=
|