What is Docker Compose?

LEVEL 0

The Problem

You understand the pain now. Manual container management doesn’t scale.

But before we dive into writing compose files, let’s establish exactly what Docker Compose is. Not what it does—we covered that—but what it is.

Is it part of Docker? Is it a separate tool? Is it a programming language? Is it a container orchestrator like Kubernetes?

Getting this mental model right will prevent confusion later.