Glossary infra Term Page
docker run
the step that starts a container from that image
Core Idea
docker run is the step that starts a container from that image. It usually makes the most sense alongside docker build, Image, and Container.
Why It Matters Here
Mathbong reuses this term across docker posts as shared vocabulary.