Glossary infra Term Page
Dockerfile
A plain-text recipe that lists the base image
Core Idea
Dockerfile is A plain-text recipe that lists the base image, packages, files, and entrypoint needed to build a reproducible image artifact. It usually makes the most sense alongside Image, Container, Volume.
Why It Matters Here
Mathbong reuses this term across docker posts as shared vocabulary.