Labs
The following labs will provide examples to put into practice the concepts and procedures learned in this chapter. We will use Docker Desktop as the container runtime and WSL 2 (or your Linux/macOS Terminal) to execute the commands described.
The first step for all labs is always to download the most updated version of this book’s GitHub repository at https://github.com/PacktPublishing/Containers-for-Developers-Handbook.git. To do this, simply execute git clone
https://github.com/PacktPublishing/Containers-for-Developers-Handbook.git to download all its content. If you have already downloaded it before, ensure you have the newest version by executing git pull
inside the directory.
All commands presented in these labs will be executed within the Containers-for-Developers-Handbook/Chapter3
directory.
Deploying and using your own local registry
In this first lab, we will deploy a simple unauthenticated and untrusted (HTTP, not HTTPS) registry. We will use the currently...