Skip to content

Instantly share code, notes, and snippets.

@miqui
Created October 26, 2015 22:46
Show Gist options
  • Save miqui/df32c8f91954486c961a to your computer and use it in GitHub Desktop.
Save miqui/df32c8f91954486c961a to your computer and use it in GitHub Desktop.
simple docker engine install
install new or upgrades to latest
curl -sSL https://get.docker.com/ | sudo bash
note:
If you would like to use Docker as a non-root user, you should now consider
adding your user to the "docker" group with something like:
sudo usermod -aG docker your-user
Remember that you will have to log out and back in for this to take effect!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment