Technical requirements
In this chapter, if you want to follow along with the code, you need Docker Desktop and a code editor—preferably Visual Studio Code:
- Please navigate to the folder in which you have cloned the sample repository. Normally, this should be
~/The-Ultimate-Docker-Container-Book
:$ cd ~/The-Ultimate-Docker-Container-Book
- Create a new subfolder called
ch16
and navigate to it:$ mkdir ch16 && cd ch16
A complete set of sample solutions to all the examples discussed in this chapter can be found in the sample-solutions/ch16
folder or directly on GitHub: https://github.com/PacktPublishing/The-Ultimate-Docker-Container-Book/tree/main/sample-solutions/ch16.