Technical requirements
In this chapter, we’re going to use Docker Desktop on our local computer. Please refer to Chapter 2, Setting Up a Working Environment, for more information on how to install and use Docker Desktop.
The code for this chapter can be found here: main/sample-solutions/ch17
.
Please make sure you have cloned this book’s GitHub repository, as described in Chapter 2.
In your Terminal, navigate to the ~/The-Ultimate-Docker-Container-Book
folder and create a subfolder called ch17
and navigate to it:
$ mkdir ch17 & cd ch17