Files
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
..
2021-07-26 09:28:17 +02:00
2021-02-06 07:37:29 -06:00
2021-07-26 09:28:17 +02:00
2021-02-09 09:13:21 -05:00
2021-06-04 16:14:52 +03:00
2021-01-21 19:18:51 +01:00