diff options
author | Giuseppe Scrivano <gscrivan@redhat.com> | 2019-08-14 19:32:21 +0200 |
---|---|---|
committer | Giuseppe Scrivano <gscrivan@redhat.com> | 2019-08-19 11:11:36 +0200 |
commit | f8cd1d49f7a1004ccdeefe6a2da21d9f46d38f58 (patch) | |
tree | e39217186ee4e78b5694247b03f57cbdb88678f4 /libpod.conf | |
parent | 25f40e2ef3785fb75a1918882d530c1030d051ea (diff) | |
download | podman-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.conf | 2 |
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` |