Skip to content

Instantly share code, notes, and snippets.

@gering
Created May 22, 2015 10:30
Show Gist options
  • Save gering/664e182fb7dae171d6a2 to your computer and use it in GitHub Desktop.
Save gering/664e182fb7dae171d6a2 to your computer and use it in GitHub Desktop.
Install Docker
#!/bin/sh
# Install Docker
curl -sSL https://get.docker.com/ | sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment