libpod.conf: add crun to runtime_supports_json

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
Giuseppe Scrivano 2019-08-14 19:32:21 +02:00
parent 25f40e2ef3
commit f8cd1d49f7
No known key found for this signature in database
GPG Key ID: E4730F97F60286ED
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ runtime = "runc"
# List of the OCI runtimes that support --format=json. When json is supported # List of the OCI runtimes that support --format=json. When json is supported
# libpod will use it for reporting nicer errors. # 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) # 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` # If the paths are empty or no valid path was found, then the `$PATH`