Docker Compose
Docker Compose is a tool which lets you define and execute multiple-container Docker environments. This means that every dependency in your application will be containerized and managed by this tool. Docker Compose was born as an independent open source project called FIG that was later integrated as part of the Docker family. At present, the latest Compose version is 2.4.
In the preceding example, you need a couple of extra services running: MySQL and RabbitMQ.
When using Docker Compose, instead of installing the aforementioned services one by one, you'll able to build your application services in a docker-compose.yaml file, and then start and stop all of these services using this configuration file. This configuration file ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access