Technical requirements
For this chapter, you need Docker Desktop installed on your machine. There is no code accompanying this chapter.
Before we start, we need to create a folder for Chapter 5 inside our code repository:
- Use this command to navigate to the folder where you checked out the code from GitHub:
$ cd ~/The-Ultimate-Docker-Container-Book
Note
If you did not check out the GitHub repository at the default location, the preceding command may vary for you.
- Create a sub-folder for Chapter 5 and navigate to it:
$ mkdir ch05 && cd ch05
Let’s get started!