Quick Recap
Let's review what we have covered in this chapter.
We'll cover the following...
Highlights
The true power of using containers for our apps is not running a process in an individual container (though that is useful), but rather how we are able to wire containers together so they can talk to each other.
In this chapter, we have seen how we can add services to our application, running in separate ...