Chapter 10: Docker Compose
1. Why Compose?
To run a service in a container, you need to use the docker run command. But what if you want to run multiple services? Should you use one container or multiple containers?
Running multiple services in one container can increase the c...
clarencebai.hashnode.dev5 min read