Glossary infra Term Page
docker build
the step that turns the recipe into an image
Core Idea
docker build is the step that turns the recipe into an image. It usually makes the most sense alongside Reproducible environments, Image, and docker run.
Why It Matters Here
Mathbong reuses this term across docker posts as shared vocabulary.