Labs
The following labs will provide examples to help you put the concepts and procedures you’ve learned in this chapter into practice. We will use Docker Desktop or any other container runtime. We will use different tools such as Podman and nerdctl to show you some of the possibilities you have at hand, although some of the features that are required for specific labs may be only available with a specific tool (or one tool has a more friendly interface). In these cases, we will ask you to use a specific command-line interface.
The first step for all labs would be to download the most updated version of this book’s GitHub repository at https://github.com/PacktPublishing/Docker-for-Developers-Handbook.git. To do this, simply execute git clone https://github.com/PacktPublishing/Docker-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 its directory.
We will...