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!

root@ip-172-31-28-155:/home/ubuntu# docker ps | grep raju
ad134985b915   centos         "/bin/bash"          9 seconds ago        Up 7 seconds                  rajucentoscontaniner

root@ip-172-31-28-155:/home/ubuntu# docker exec -it ad134985b915 /bin/sh
yum install git
yum install httpd
sh-4.4# read escape sequence
root@ip-172-31-28-155:/home/ubuntu# docker commit -a "Raju" -m "cent-os-commit-raju" ad134985b915 centos-withgitandhttpd