October 2018
Intermediate to advanced
420 pages
10h 26m
English
Chapter 7, Using Third-Party Services, introduced Docker, an isolation framework based on containers. In that chapter, a single container was started directly with the Docker command line. This method is fine for starting a single container, but has several drawbacks:
One solution to these issues is to use shell scripts that contain all these commands with their parameters. The Docker framework provides a tool dedicated to this task, more generic than custom scripts: Docker Compose.