Files
podman/docs
Giuseppe Scrivano 50c86ae389 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>
2019-01-14 10:22:18 +01:00
..
2018-05-11 16:05:10 +00:00
2018-01-18 07:01:48 -05:00
2017-11-01 11:24:59 -04:00
2018-08-30 16:51:56 +00:00
2018-08-30 16:51:56 +00:00
2018-12-19 14:20:55 -06:00
2018-12-04 08:03:49 -06:00
2018-08-30 16:51:56 +00:00
2018-08-30 16:51:56 +00:00
2018-12-19 14:20:55 -06:00
2018-12-19 14:20:55 -06:00
2018-12-03 12:00:18 -06:00
2018-08-30 16:51:56 +00:00
2018-08-30 16:51:56 +00:00
2018-08-30 16:51:56 +00:00
2018-08-30 16:51:56 +00:00
2018-08-30 16:51:56 +00:00
2018-08-30 16:51:56 +00:00
2018-12-07 10:27:41 -06:00
2018-08-30 16:51:56 +00:00
2018-08-30 16:51:56 +00:00
2018-08-30 16:51:56 +00:00
2018-12-06 09:10:45 -05:00
2018-09-30 07:48:41 +02:00
2018-12-06 10:17:16 +00:00