Skip to content

Instantly share code, notes, and snippets.

@pramodbiligiri
Created December 7, 2017 07:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pramodbiligiri/0e69260b3d4666d72ff0e353e8ae5d2e to your computer and use it in GitHub Desktop.
Save pramodbiligiri/0e69260b3d4666d72ff0e353e8ae5d2e to your computer and use it in GitHub Desktop.
Ubuntu install docker and sudo
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
apt-cache policy docker-ce
sudo apt-get install -y docker-ce
sudo systemctl status docker
sudo usermod -aG docker ${USER}
su - ${USER}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment