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!
1993 docker run -itd –name=sjt ubuntu
1995 docker ps |grep sjt
1998 docker attach sjt
apt-get update
apt-get install git
apt-get install ntp
apt-get install apache2
1999 docker commit -a”Sujith Sunny” -m”ub-up-git-ap2″ sjt ub-up-git-ap2
2000 docker images