Skip to content

Instantly share code, notes, and snippets.

@souhaiebtar
Created September 17, 2017 17:16
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 souhaiebtar/be76884c517084f005ef1e8ba7cda44e to your computer and use it in GitHub Desktop.
Save souhaiebtar/be76884c517084f005ef1e8ba7cda44e to your computer and use it in GitHub Desktop.
install docker on ubuntu 1604
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu \
$(lsb_release -cs) \
26 stable"
sudo apt-get update
sudo usermod -aG docker ${USER}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment