August 2017
Intermediate to advanced
332 pages
9h 16m
English
The docker-compose.yml file is used to define the configuration for containers, their relations, and runtime properties.
In other words, when Dockerfile specifies how to create a single Docker image, then docker-compose.yml specifies how to set up the entire environment out of Docker images.
The docker-compose.yml file has a lot of features and all of them can be found at the official page: https://docs.docker.com/compose/compose-file/. We will cover the most important ones in the context of the ...
Read now
Unlock full access