In the previous chapters, you learned about Docker and its associated terminologies, took a deeper look into how you can build Docker images using the Dockerfile, understood how to persist data generated by containers, and linked various running containers with the help of Docker’s network features.
In this chapter, you will look at Docker Compose, which is a tool for running multi-container applications, bringing up various linked, dependent containers, and more—and all with just one config file and ...