The chat application dependencies are pretty straightforward to set up when using Docker. In this chapter, you’ll learn what Docker is and also how to use the main Docker commands to manage services running on containers.
This chapter is intended to illustrate the basic usage of Docker for running containers. It will not cover important topics such as how to build Docker images, which is beyond the scope of this book, because you are using Docker only to set up the dependencies for ...