Introduction to Part 2
This part introduces container orchestration with Docker Compose and relevant concepts such as docker network. By the end of this part you are able to:
Run a group of containerized applications that interact with each other via HTTP
Run a group of containerized applications that interact with each other via volumes
Manually scale applications
Use 3rd party services, such as databases, inside containers as part of your project