summaryrefslogtreecommitdiff
path: root/libpod.conf
diff options
context:
space:
mode:
authorGiuseppe Scrivano <gscrivan@redhat.com>2019-08-14 19:32:21 +0200
committerGiuseppe Scrivano <gscrivan@redhat.com>2019-08-19 11:11:36 +0200
commitf8cd1d49f7a1004ccdeefe6a2da21d9f46d38f58 (patch)
treee39217186ee4e78b5694247b03f57cbdb88678f4 /libpod.conf
parent25f40e2ef3785fb75a1918882d530c1030d051ea (diff)
downloadpodman-f8cd1d49f7a1004ccdeefe6a2da21d9f46d38f58.tar.gz
podman-f8cd1d49f7a1004ccdeefe6a2da21d9f46d38f58.tar.bz2
podman-f8cd1d49f7a1004ccdeefe6a2da21d9f46d38f58.zip
libpod.conf: add crun to runtime_supports_json
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Diffstat (limited to 'libpod.conf')
-rw-r--r--libpod.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpod.conf b/libpod.conf
index 3bd3758b8..81fece5d2 100644
--- a/libpod.conf
+++ b/libpod.conf
@@ -120,7 +120,7 @@ runtime = "runc"
# List of the OCI runtimes that support --format=json. When json is supported
# libpod will use it for reporting nicer errors.
-runtime_supports_json = ["runc"]
+runtime_supports_json = ["crun", "runc"]
# Paths to look for a valid OCI runtime (runc, runv, etc)
# If the paths are empty or no valid path was found, then the `$PATH`