spiegel_podman/pkg/domain
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
..
entities Merge pull request #10828 from cdoern/scp 2021-08-02 17:15:54 +00:00
filters ps: support the container notation for ps --filter network=... 2021-07-30 19:31:05 +05:30
infra implement init containers in podman 2021-08-04 14:14:36 -05:00
utils Fixup issues found by golint 2020-06-10 05:49:41 -04:00