Merge pull request #3409 from giuseppe/add-crun

libpod.conf: add runtime crun
This commit is contained in:
OpenShift Merge Robot 2019-06-23 03:05:50 +02:00 committed by GitHub
commit 7c4e4449b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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