spiegel_podman/pkg/specgen
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
..
generate implement init containers in podman 2021-08-04 14:14:36 -05:00
config_unsupported.go migrate Podman to containers/common/libimage 2021-05-05 11:30:12 +02:00
container_validate.go bump go module to v3 2021-02-22 09:03:51 +01:00
namespaces.go Handle advanced --network options in podman play kube 2021-06-30 13:32:27 -04:00
pod_validate.go --infra-name command line argument 2021-07-15 21:27:51 -03:00
podspecgen.go --infra-name command line argument 2021-07-15 21:27:51 -03:00
specgen.go implement init containers in podman 2021-08-04 14:14:36 -05:00
volumes.go Add U volume flag to chown source volumes 2021-02-22 22:55:19 -06:00