Skip to content

Instantly share code, notes, and snippets.

@alexengrig
Created December 6, 2018 19:37
Show Gist options
  • Save alexengrig/b3e924f269985992544675e66dda2da1 to your computer and use it in GitHub Desktop.
Save alexengrig/b3e924f269985992544675e66dda2da1 to your computer and use it in GitHub Desktop.
Install Docker
curl -fsSL get get.docker.com -o get-docker.sh
sh get-docker.sh
docker -v
sudo usermod -aG docker $USER
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment