Technical requirements
For this chapter, the only thing you will need is a Docker host that is able to run Linux containers. You can use your laptop with Docker Desktop for this purpose.
To start with, let’s first create a folder for this chapter where we are going to store the code for our examples:
- Navigate to the folder where you have cloned the repository accompanying this book. Usually, this is the following:
$ cd ~/The-Ultimat-Docker-Container-Book
- Create a subfolder for this chapter and navigate to it:
$ mkdir ch10 && cd ch10
Let’s get started!