Overview:

Screenshot (1073).png


Creating A DOCKER Image then Pushing it to DOCKER-HUB, Pulling Images from DOCKER-HUB:

Screenshot (1074).png

Screenshot (1075).png

Lab:

sudo su

yum update -y

yum install docker -y

service docker start

docker run -it ubuntu /bin/bash

ls

touch file1 file2 file3

ls

cd tmp/

touch file4 file5

ls