Install
docker compose
$
Docker Compose defines a multi-container application in a compose.yaml file and starts the whole stack with one command, docker compose up. Each service names its image or build, ports, volumes, and dependencies, so a web service and a redis service can run together in one isolated environment. Reach for it in local development and testing when an app spans several cooperating containers. It is bundled with Docker Desktop and available as a Linux binary.