Files
podman/libpod/define
Brent Baude 3c3fa6fac4 implement init containers in podman
this is the first pass at implementing init containers for podman pods.
init containersare made popular by k8s as a way to run setup for pods
before the pods standard containers run.

unlike k8s, we support two styles of init containers: always and
oneshot.  always means the container stays in the pod and starts
whenever a pod is started.  this does not apply to pods restarting.
oneshot means the container runs onetime when the pod starts and then is
removed.

Signed-off-by: Brent Baude <bbaude@redhat.com>
2021-08-04 14:14:36 -05:00
..
2020-05-06 17:08:22 +02:00
2020-07-21 14:22:30 -04:00
2021-05-22 04:58:48 -04:00
2021-04-21 13:16:33 -04:00
2021-07-15 10:34:09 -04:00
2020-10-21 13:31:40 -04:00
2020-03-27 14:36:03 -04:00
2021-02-25 10:02:41 -06:00