mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 16:35:45 +00:00
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> |
||
|---|---|---|
| .. | ||
| _static | ||
| markdown | ||
| Commands.rst | ||
| conf.py | ||
| connection.rst | ||
| generate.rst | ||
| healthcheck.rst | ||
| image.rst | ||
| includes.rst | ||
| index.rst | ||
| Introduction.rst | ||
| machine.rst | ||
| managecontainers.rst | ||
| manifest.rst | ||
| network.rst | ||
| play.rst | ||
| pod.rst | ||
| Reference.rst | ||
| Search.rst | ||
| secret.rst | ||
| system.rst | ||
| Tutorials.rst | ||
| volume.rst | ||