Glossary infra Term Page

ADD

Dockerfile instruction with extra copy behaviors

add #infra#docker
Korean version

Related Concepts

Core Idea

In most Dockerfiles, COPY is clearer for ordinary file copies, while ADD is reserved for the few cases where its extra behaviors are actually useful.

Why It Matters Here

Mathbong uses this term when comparing core Dockerfile instructions and explaining image build readability.

Posts Mentioning This Concept