- Lab
- A Cloud Guru
Tagging and Saving an Image
In this lab, we will explore podman image tagging, modifying a container, saving an image, and pushing an image to a repository. After completing this lab, you will be able to create and tag an image with a custom tag, save it to a .tar file, and push the modified image to a repository. *This lab is not approved or sponsored by Red Hat.*
Path Info
Table of Contents
-
Challenge
Modify the Existing Containers Default Web Page
Modify the default web page in the
web-1
container to sayFuture Home of llama-rama enterprises
. -
Challenge
Commit the Changes to a New Image and Tag the Image
The modified container should have the changes committed to a new image named
localhost:5000/llama-rama-web.
Tag the image asv1.0
. -
Challenge
Create a .tar Archive of the New Image
Create a .tar archive of the image. The archive should be named
llama-rama-web.tar
. -
Challenge
Publish the New Image to a Local Registry
Publish the new image to the registry running on
localhost:5000
.
What's a lab?
Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.
Provided environment for hands-on practice
We will provide the credentials and environment necessary for you to practice right within your browser.
Guided walkthrough
Follow along with the author’s guided walkthrough and build something new in your provided environment!
Did you know?
On average, you retain 75% more of your learning if you get time for practice.