Glossary infra Term Page

docker run

the step that starts a container from that image

docker-run #infra#docker
Korean version

Related Concepts

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.

Posts Mentioning This Concept