Chapter 5: Docker Compose
In this chapter, we will be taking a look at another core Docker tool called Docker Compose, and also the currently in-development Docker App.
Both of these tools allow you to easily define, build, and distribute applications that are made up of more than one container, using syntax similar to the commands we have been using to manually launch our containers in previous chapters.
We are going to break the chapter down into the following sections:
- Exploring the basics of Docker Compose
- Making our first Docker Compose application
- Exploring Docker Compose commands
- Using Docker App