mirror of
https://github.com/containers/podman.git
synced 2025-12-01 02:27:13 +08:00
Quadlet - use the default runtime
Do not set the runtime when processing a .container file Let Podman choose the runtime based on its configuration Signed-off-by: Ygal Blum <ygal.blum@gmail.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
## 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
|
||||
## assert-podman-final-args run --name=systemd-%N --cidfile=%t/%N.cid --replace --rm --log-driver passthrough --cgroups=split --sdnotify=conmon -d localhost/imagename
|
||||
|
||||
[Container]
|
||||
Image=localhost/imagename
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
## assert-podman-args "--replace"
|
||||
## assert-podman-args "-d"
|
||||
## assert-podman-args "--log-driver" "passthrough"
|
||||
## assert-podman-args "--runtime" "crun"
|
||||
## assert-podman-args "--cgroups=split"
|
||||
## assert-podman-args "--sdnotify=conmon"
|
||||
## assert-key-is "Unit" "RequiresMountsFor" "%t/containers"
|
||||
|
||||
Reference in New Issue
Block a user