mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-13 12:19:36 +00:00
10 lines
299 B
Text
10 lines
299 B
Text
## assert-podman-final-args run --name systemd-%N --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=
|