Glossary infra Term Page

Layer

A filesystem snapshot stored during an image build

layer #infra#docker
Korean version

Related Concepts

Core Idea

Layer is A filesystem snapshot stored during an image build. Instructions such as RUN, COPY, and ADD create layers that Docker can cache and reuse. It usually makes the most sense alongside Base image, Build context, ENTRYPOINT.

Why It Matters Here

Mathbong reuses this term across docker posts as shared vocabulary.

Posts Mentioning This Concept