Description
Runs multi-container application stacks defined in Compose files. It helps developers start databases, services, queues, and application containers together for local development or small deployments.
Use it when a project includes a Docker Compose configuration. Compose files can mount local folders, expose ports, and run privileged containers, so review them before starting unknown stacks.