Create one Image which have base as ubuntu and with git – ntp – apache2.
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.
05bf5be23f40 ubuntu:latest "bash" 12 seconds ago Up 11 seconds ubunturajucontainer
root@ip-172-31-28-155:/home/ubuntu# docker exec -it 05bf5be23f40 /bin/sh
apt-get update
apt-get install git
apt-get install apache2
apt-get install httpd
# read escape sequence
root@ip-172-31-28-155:/home/ubuntu# docker commit -a "raju" -m "ubuntu-httpd-apache" 05bf5be23f40 ubuntu-with-git-apache