Glossary infra Term Page

Dockerfile

A plain-text recipe that lists the base image

dockerfile #infra#docker

Related Concepts

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.

Posts Mentioning This Concept