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

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!

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