Exercise Description:
In this exercise, you will learn how to install podman on a centos 7 machine
Quick example:
Step1: Deploy a Centos 7 Machine on any virtualizing tool on your local machine or on cloud
Step2: In this step you will be adding the repo for Podman
$ sudo curl -L -o /etc/yum.repos.d/devel:kubic:libcontainers:stable.repo https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/CentOS_7/devel:kubic:libcontainers:stable.repo
Step3: In this step you will be Installing podman using yum
$ sudo yum -y install podman
Step4: check whether podman is properly installed or not
$ podman –version
The above command will provide you with a current version of podman
TASK BY TRAINER
Install Podman on your machine