spiegel_podman/cmd/podman/common
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
..
completion.go command: migrate doesn't move process to cgroup 2021-07-27 14:26:23 +02:00
completion_test.go Add go template shell completion for --format 2021-04-22 00:31:08 +02:00
create.go Drop podman create --storage-opt container flag 2021-07-20 16:36:10 -04:00
create_opts.go implement init containers in podman 2021-08-04 14:14:36 -05:00
createparse.go migrate Podman to containers/common/libimage 2021-05-05 11:30:12 +02:00
default.go bump go module to v3 2021-02-22 09:03:51 +01:00
diffChanges.go bump go module to v3 2021-02-22 09:03:51 +01:00
netflags.go Handle advanced --network options in podman play kube 2021-06-30 13:32:27 -04:00
ports.go V2 enable ps tests 2020-04-29 15:51:37 -07:00
specgen.go implement init containers in podman 2021-08-04 14:14:36 -05:00
util.go Allow changing of port forward rules on restore 2021-06-04 13:29:02 +02:00
volumes.go fix: swapped volume relabel option values 2021-06-24 22:18:25 +02:00