diff options
author | Giuseppe Scrivano <gscrivan@redhat.com> | 2019-01-04 11:16:40 +0100 |
---|---|---|
committer | Giuseppe Scrivano <gscrivan@redhat.com> | 2019-01-14 10:22:18 +0100 |
commit | 50c86ae3892a3708afb00189fea52547cb60572f (patch) | |
tree | 47893987cef11882b6fc7832ee9d478d781a01d1 /docs/podman-pod-create.1.md | |
parent | 650cf122e1b33f4d8f4426ee1cc1a4bf00c14798 (diff) | |
download | podman-50c86ae3892a3708afb00189fea52547cb60572f.tar.gz podman-50c86ae3892a3708afb00189fea52547cb60572f.tar.bz2 podman-50c86ae3892a3708afb00189fea52547cb60572f.zip |
oci: allow to define multiple OCI runtimes
we can define multiple OCI runtimes that can be chosen with
--runtime.
in libpod.conf is possible to specify them with:
[runtimes]
foo = [
"/usr/bin/foo",
"/usr/sbin/foo",
]
bar = [
"/usr/bin/foo",
"/usr/sbin/foo",
]
If the argument to --runtime is an absolute path then it is used
directly without any lookup in the configuration.
Closes: https://github.com/containers/libpod/issues/1750
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Diffstat (limited to 'docs/podman-pod-create.1.md')
0 files changed, 0 insertions, 0 deletions