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

Limited Time Offer!

For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly.
Master DevOps, SRE, DevSecOps Skills!

Enroll Now

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