OpenShift Init Container: Difference between revisions
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
=Internal= | =Internal= | ||
* [[ | * [[OpenShift_Pod_Concepts#Init_Container|OpenShift Pod Concepts]] | ||
=Overview= | =Overview= | ||
An ''init container'' is a specialized container that runs before the application containers, and can contain utilities or setup scripts not present in the application image. | An ''init container'' is a specialized container that runs before the application containers, and can contain utilities or setup scripts not present in the application image. |
Revision as of 00:35, 28 February 2018
External
- https://kubernetes.io/docs/concepts/workloads/pods/init-containers/
- https://docs.openshift.com/container-platform/latest/architecture/core_concepts/containers_and_images.html#init-containers
Internal
Overview
An init container is a specialized container that runs before the application containers, and can contain utilities or setup scripts not present in the application image.