Docker Compose Overview
Get to know what Docker Compose is.
What is Docker Compose?
Docker Compose is a tool that allows for defining and managing multi-container Docker applications. It uses a declarative pattern to orchestrate and run multiple Docker containers as a single application stack. By declarative, we mean defining the desired state we want and Docker Compose does that for us.
Get hands-on with 1200+ tech skills courses.