Glossary infra Term Page

FROM

Base image selection instruction

from #infra#docker
Korean version

Related Concepts

Core Idea

Every image build starts from a FROM line, so this instruction determines the operating system, runtime, and toolchain available to later layers.

Why It Matters Here

Mathbong uses this term in Docker posts when introducing image construction and build layering.

Posts Mentioning This Concept