OpenShift Init Container: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 7: Line 7:


* [[OpenShift_Concepts#Init_Container|OpenShift Concepts]]
* [[OpenShift_Concepts#Init_Container|OpenShift Concepts]]
=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.

Revision as of 00:15, 28 February 2018

External

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.