Glossary infra Term Page

ENTRYPOINT

The main executable that always runs when the container starts

entrypoint #infra#docker
Korean version

Related Concepts

Core Idea

ENTRYPOINT is The main executable that always runs when the container starts. It usually makes the most sense alongside Layer, Base image, Build context.

Why It Matters Here

Mathbong reuses this term across docker posts as shared vocabulary.

Posts Mentioning This Concept