Glossary infra Term Page

COPY

copies local files from the build context into the image

copy #infra#docker

Related Concepts

Core Idea

COPY is copies local files from the build context into the image. It usually makes the most sense alongside Build context, docker build, and Image.

Why It Matters Here

Mathbong reuses this term across docker posts as shared vocabulary.

Posts Mentioning This Concept