Skip to content

Instantly share code, notes, and snippets.

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

Bikram bikramnathdev

🏠
Working from home
  • Springrole India Pvt. LTD.
  • Abhoypur, North Guwahati, Assam, India
  • 09:49 (UTC +05:30)
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