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

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