diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-06-23 03:05:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-23 03:05:50 +0200 |
commit | 7c4e4449b0372c5b617c2708042dd2e5fafe7d22 (patch) | |
tree | 01cb96ddce230ee4bd5ff6ccbcd65a0426819576 | |
parent | 5787f88042a891b877d6974d7ab9eb0b9889bd2d (diff) | |
parent | 632c12cff14b1e997f1f586b99c3c34bb3cde5c0 (diff) | |
download | podman-7c4e4449b0372c5b617c2708042dd2e5fafe7d22.tar.gz podman-7c4e4449b0372c5b617c2708042dd2e5fafe7d22.tar.bz2 podman-7c4e4449b0372c5b617c2708042dd2e5fafe7d22.zip |
Merge pull request #3409 from giuseppe/add-crun
libpod.conf: add runtime crun
-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 |