mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
podman: ship storage.conf and use runc by default for now
Ship podman with defaults more coherent with user expectations and more likely to work out-of-the-box. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
@@ -7,4 +7,15 @@ network_config_dir="/etc/cni/net.d/"
|
||||
default_network="podman"
|
||||
|
||||
[engine]
|
||||
runtime="/sbin/uxc"
|
||||
# runtime="/sbin/uxc"
|
||||
# runtime_supports_nocgroups = ["crun", "uxc"]
|
||||
# runtime_supports_json = ["crun", "runc", "kata", "uxc"]
|
||||
|
||||
[engine.runtimes]
|
||||
runc = [
|
||||
"/usr/sbin/runc",
|
||||
]
|
||||
|
||||
uxc = [
|
||||
"/sbin/uxc",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user