Create one Image which have base as centos and with git – ntp – httpd.
Limited Time Offer!
For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly.
Master DevOps, SRE, DevSecOps Skills!
Steps
docker run –name aji_4 -itd centos
attach to it
yum install git
yum install httpd
yum install epel-release
yum install -y ntp