Quick Recap

Let’s review what we have learned so far.

We'll cover the following...

Highlights

We have introduced a powerful new tool into our arsenal: Docker Compose. It really is a one-stop-shop command for developing our app with Docker.

Let’s review what we covered in this chapter:

  1. We introduced the docker-compose.yml and its format.

  2. We created our own docker-compose.yml for our Rails ...