In this lab, we will configure Podman to use 2 new registries that are running on the local system. In addition to this, a custom version of an image will be searched for and pulled to the local system.
*This lab is not approved or sponsored by Red Hat.*
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Configure New Local Registries
Configure Podman to use the 2 new registries running on the local system. The registries are
localhost:5000
andlocalhost:5001
.- Configure the Insecure Registry
Configure Podman to use the registry
localhost:5001
as an insecure registry.- Pull a Custom Image to the System
Pull an image of
llama-web
that is NOT thelatest
one.