Skip to content

nagri/routing-and-gateway-with-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

routing-and-gateway-with-docker

Install docker

sudo apt update
sudo apt install apt-transport-https ca-certificates curl software-properties-common -y
curl -fssl https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu focal stable"
sudo apt install docker-ce -y
sudo systemctl status docker

Install docker-compose

sudo curl -L https://github.com/docker/compose/releases/download/1.29.2/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
docker-compose --version

Docker build

docker build --tag ubuntu-with-tools .

Docker compose

docker-compose up -d

About

This Demonstrate routing and gateway concepts using docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published