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.
Create a free account to view this lesson.
By signing up, you agree to Educative's Terms of Service and Privacy Policy