life347 / docker-slide-code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 41.6%Language:Dockerfile 32.0%Language:HTML 26.4%