Docker Notes 3 - docker-compose
Introducing how to manage multiple containers using docker-compose
When it comes to managing multiple Docker containers that are related to each other, using plain Docker commands requires remembering the relationships between containers.
However, with docker-compose, managing multiple containers becomes straightforward through easy definition of multi-container services.