Skip to content

Instantly share code, notes, and snippets.

@ghoti143
Last active April 27, 2018 18:31
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 ghoti143/98d11d87a61adbbee57fc0868a52a514 to your computer and use it in GitHub Desktop.
Save ghoti143/98d11d87a61adbbee57fc0868a52a514 to your computer and use it in GitHub Desktop.
docker tips
curl -fsSL get.docker.com -o get-docker.sh
sudo sh get-docker.sh

sudo usermod -aG docker your-user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment