podman: improve packaging

* keep /etc/containers accross sysupgrade
* make 'runc' the default run-time for now

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
Daniel Golle
2020-11-20 00:30:38 +00:00
parent 3a06ce5595
commit ed426fb951
2 changed files with 6 additions and 1 deletions
+1
View File
@@ -7,6 +7,7 @@ network_config_dir="/etc/cni/net.d/"
default_network="podman"
[engine]
runtime="/usr/sbin/runc"
# runtime="/sbin/uxc"
# runtime_supports_nocgroups = ["crun", "uxc"]
# runtime_supports_json = ["crun", "runc", "kata", "uxc"]