Exercise Description:
In this exercise, you will learn to deploy a container using podman. you will
Quick Example:
Let’s deploy a centos Image-based container using podman
Step1: you need to pull the docker.io/centos image.
Step2: Check whether the image is pulled or not
Step3: In this step, you need to deploy the container using the docker.io/centos image.
Step4: Now try to fire some command within a container
Step5: Exiting The container
you can press ctrl+d or fire the exit command to exit out of the container
TASK BY TRAINER
Run httpd container with name firstcontainer