Skip to content

Instantly share code, notes, and snippets.

@triple-j
Created August 1, 2016 01:40
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 triple-j/66fbe423889942d36549cd257ed55bb6 to your computer and use it in GitHub Desktop.
Save triple-j/66fbe423889942d36549cd257ed55bb6 to your computer and use it in GitHub Desktop.
#!/bin/sh
sudo apt-get install --yes docker.io
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