October 2018
Intermediate to advanced
420 pages
10h 26m
English
Docker Compose is a tool that simplifies the deployment of multicontainer applications. It relies on YAML configuration files to configure each container. Each container definition in the YAML file describes all parameters that can be provided as arguments to the Docker command. It also contains some additional parameters for additional features provided by Docker Compose. The following are the features of Docker Compose: