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:
Daniel Golle
2020-11-19 17:58:12 +00:00
parent 78dd3e05a8
commit 75cb9949b7
2 changed files with 14 additions and 2 deletions
+12 -1
View File
@@ -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",
]