From 632c12cff14b1e997f1f586b99c3c34bb3cde5c0 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Sat, 22 Jun 2019 21:10:00 +0200 Subject: libpod.conf: add runtime crun now that crun is available as a Fedora package, we can add an entry to the default libpod.conf so that it is easier to use it just by using --runtime crun to Podman. Signed-off-by: Giuseppe Scrivano --- libpod.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libpod.conf') diff --git a/libpod.conf b/libpod.conf index 6fbadeee5..32f7a56ae 100644 --- a/libpod.conf +++ b/libpod.conf @@ -124,6 +124,11 @@ runc = [ "/usr/lib/cri-o-runc/sbin/runc" ] +crun = [ + "/usr/bin/crun", + "/usr/local/bin/crun", +] + # The [runtimes] table MUST be the last thing in this file. # (Unless another table is added) # TOML does not provide a way to end a table other than a further table being -- cgit v1.2.3-54-g00ecf