· Tutorials
Docker for beginners - Part 5 - Docker Compose
Docker Compose is a tool for running multi-container applications. It defines the services that make up your app in docker-compose.yml so they can be run together in an isolated environment.