- Lab
-
Libraries: If you want this lab, consider one of these libraries.
- Cloud

Building Container Images
Welcome back! President Squawk extends his deep gratitude for your assistance with launching the SpaceBones website in the previous activity using the existing image provided, but as a Red Hat Fanbird he has requested that the site be migrated to an RPM environment -- specifically `CentOS 6`. Because of your stellar performance so far, The President has requested that you handle the migration & create a new image.

Lab Info
Table of Contents
-
Challenge
Pull the CentOS 6 Image from DockerHub
The student is being asked to pull the latest CentOS 6 image from the DockerHub. This can be accomplished via:
docker pull centos:6
You can verify with
docker images
Which will show the local image installations, of which, CentOS:6 will now be one
-
Challenge
Create a Local Image from the Downloaded CentOS 6 Base
student should create a new image using the Centos 6 image named
spacebones:thewebsite
docker commit websetup spacebones:thewebsite
About the author
Real skill practice before real-world application
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.
Learn by doing
Engage hands-on with the tools and technologies you’re learning. You pick the skill, we provide the credentials and environment.
Follow your guide
All labs have detailed instructions and objectives, guiding you through the learning process and ensuring you understand every step.
Turn time into mastery
On average, you retain 75% more of your learning if you take time to practice. Hands-on labs set you up for success to make those skills stick.