diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-06-13 15:25:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-13 15:25:23 +0200 |
commit | f628a97be5b142878ab624776505aed315607f12 (patch) | |
tree | dd21a1e14c8895d01cbf8ce8ac193dc33e2f7917 /libpod.conf | |
parent | 77d1cf0a3288da0459c92790a0c2dddf8a68242e (diff) | |
parent | 13e1afdb02592ab4b0e4e7fb936c76f5c7dda20a (diff) | |
download | podman-f628a97be5b142878ab624776505aed315607f12.tar.gz podman-f628a97be5b142878ab624776505aed315607f12.tar.bz2 podman-f628a97be5b142878ab624776505aed315607f12.zip |
Merge pull request #3311 from giuseppe/oci-errors
oci: use json formatted errors from the runtime
Diffstat (limited to 'libpod.conf')
-rw-r--r-- | libpod.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libpod.conf b/libpod.conf index ce6b95cda..45e955c36 100644 --- a/libpod.conf +++ b/libpod.conf @@ -106,6 +106,10 @@ num_locks = 2048 # Default OCI runtime 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"] + # Paths to look for a valid OCI runtime (runc, runv, etc) [runtimes] runc = [ |