mirror of
https://github.com/containers/podman.git
synced 2025-05-17 15:18:43 +08:00
11 lines
299 B
Plaintext
11 lines
299 B
Plaintext
## 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=
|