mirror of
https://github.com/containers/podman.git
synced 2025-05-24 02:27:00 +08:00
libpod.conf: add crun to runtime_supports_json
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
@ -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`
|
||||||
|
Reference in New Issue
Block a user