diff options
author | Giuseppe Scrivano <gscrivan@redhat.com> | 2019-02-15 13:04:23 +0100 |
---|---|---|
committer | Giuseppe Scrivano <gscrivan@redhat.com> | 2019-02-15 13:04:23 +0100 |
commit | 7899b738f46b85aeb29c339e3896499cfca345aa (patch) | |
tree | eadb7f5620de76a3c7313e13566f19e0e738e63c /libpod.conf | |
parent | 8aa9b85fa7b5abd79826ec1229902eb8e19b4193 (diff) | |
download | podman-7899b738f46b85aeb29c339e3896499cfca345aa.tar.gz podman-7899b738f46b85aeb29c339e3896499cfca345aa.tar.bz2 podman-7899b738f46b85aeb29c339e3896499cfca345aa.zip |
docs: mention the new OCI runtime configuration
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Diffstat (limited to 'libpod.conf')
-rw-r--r-- | libpod.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libpod.conf b/libpod.conf index acd6c8982..c4e7dc628 100644 --- a/libpod.conf +++ b/libpod.conf @@ -88,6 +88,8 @@ pause_command = "/pause" # Default libpod support for container labeling # label=true +runtime = "runc" + # Paths to look for a valid OCI runtime (runc, runv, etc) [runtimes] runc = [ |