diff options
author | Giuseppe Scrivano <gscrivan@redhat.com> | 2019-06-22 21:10:00 +0200 |
---|---|---|
committer | Giuseppe Scrivano <giuseppe@scrivano.org> | 2019-06-22 21:12:08 +0200 |
commit | 632c12cff14b1e997f1f586b99c3c34bb3cde5c0 (patch) | |
tree | 01cb96ddce230ee4bd5ff6ccbcd65a0426819576 /libpod.conf | |
parent | 5787f88042a891b877d6974d7ab9eb0b9889bd2d (diff) | |
download | podman-632c12cff14b1e997f1f586b99c3c34bb3cde5c0.tar.gz podman-632c12cff14b1e997f1f586b99c3c34bb3cde5c0.tar.bz2 podman-632c12cff14b1e997f1f586b99c3c34bb3cde5c0.zip |
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 <gscrivan@redhat.com>
Diffstat (limited to 'libpod.conf')
-rw-r--r-- | libpod.conf | 5 |
1 files changed, 5 insertions, 0 deletions
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 |