Technical requirements
In this chapter, you need Docker Desktop, a terminal, and VS Code installed on your Mac, Windows, or Linux machine. As we will work with code, you should prepare a chapter folder in the code repository you cloned from GitHub:
- Navigate to the folder to which you cloned the GitHub repository accompanying this book. Normally, you do this as follows:
$ cd ~/The-Ultimate-Docker-Container-Book
- Create a chapter folder in this directory and navigate to it:
$ mkdir ch07 && cd ch07
As always, you can find complete sample solutions for all the exercises we will do in this chapter in the sample-solutions/ch07
subfolder.