...

/

Docker Compose

Docker Compose

In this lesson, we'll discuss Docker Compose.

Overview #

A typical microservice system contains more than a single Docker container. As explained in chapter 2, microservices are modules of a system.

It would be good to have a way to start and run several containers together for starting all the modules that the system consists of in one go. This can be done with Docker Compose.