πŸš€ DevOps Certified Professional
πŸ“… Starting: 1st of Every Month 🀝 +91 8409492687 | 🀝 +1 (469) 756-6329 πŸ” Contact@DevOpsSchool.com

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!

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