Skip to content

Instantly share code, notes, and snippets.

View bikramnathdev's full-sized avatar
🏠
Working from home

Bikram bikramnathdev

🏠
Working from home
  • https://www.google.co.in/maps/place/26%C2%B011'45.4%22N+91%C2%B042'57.5%22E/@26.1959489,91.7146596,17z/data=!3m1!4b1!4m6!3m5!1s0x0:0x0!7e2!8m2!3d26.1959455!4d91.7159608
View GitHub Profile
@bikramnathdev
bikramnathdev / Docker Install
Created June 9, 2019 19:05
Install docker in Ubuntu
sudo apt update
sudo apt install apt-transport-https ca-certificates curl software-properties-common
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 bionic stable"
sudo apt update