Create one Image which have base as ubuntu and with git – ntp – apache2.

Steps used to create the docker image

create a docker container
attach to it
apt update
apt install git
apt install ntp
apt install apache2
docker commit -a”Aji Raphel” -m”created a docker image with ubuntu+git+ntp+apache2″ b3bab63b207d aji_ubuntu