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

DevOps

MOTOSHARE 🚗🏍️
Turning Idle Vehicles into Shared Rides & Earnings

From Idle to Income. From Parked to Purpose.
Earn by Sharing, Ride by Renting.
Where Owners Earn, Riders Move.
Owners Earn. Riders Move. Motoshare Connects.

With Motoshare, every parked vehicle finds a purpose. Owners earn. Renters ride.
🚀 Everyone wins.

Start Your Journey with Motoshare
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



Code language: PHP (php)