mirror of https://github.com/containers/podman.git
11 lines
359 B
Plaintext
11 lines
359 B
Plaintext
## assert-podman-final-args run --name=systemd-%N --cidfile=%t/%N.cid --replace --rm --log-driver passthrough --runtime crun --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=
|