Create one Image which have base as centos and with git – ntp – httpd.

DevOps

Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps!

We spend hours on Instagram and YouTube and waste money on coffee and fast food, but won’t spend 30 minutes a day learning skills to boost our careers.
Master in DevOps, SRE, DevSecOps & MLOps!

Learn from Guru Rajesh Kumar and double your salary in just one year.


Get Started Now!

docker run –name vin_centos -itd centos:latest
docker ps
docker attach 083fb828fcad

docker ps
docker commit -a”Vineesh” -m”Updated Centos” 083fb828fcad vineesh_centos2
docker images
docker run –name Vineesh_Centos2 -itd 32083f4af9be
docker ps
docker exec a9c938de7bdb git