Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 719 Bytes

README.md

File metadata and controls

34 lines (28 loc) · 719 Bytes

Docker-slide-code

This repo contain basic web application folders to use for practicing Dockers for containerizing app

Follow the following steps

If you don't have git installed on your system, follow the following steps in Terminal/Shell

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install git

Once you have installed Git, follow the following steps

git clone https://github.com/aamirpinger/docker-slide-code.git
ls
cd docker-slide-code/
ls

Now you can see that different folder have been cloned on your system, go to any folder and follow instruction from README file inside each folder

cd html-js-app OR cd node-js-app