Skip to content

Instantly share code, notes, and snippets.

@Maes95
Created January 31, 2018 01:09
Show Gist options
  • Save Maes95/7f999893b816877f75621a4fefdb8d66 to your computer and use it in GitHub Desktop.
Save Maes95/7f999893b816877f75621a4fefdb8d66 to your computer and use it in GitHub Desktop.
Docker Download
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 $(lsb_release -cs) stable"
sudo apt-get update
sudo apt-get -y install docker-ce
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment