Created
May 22, 2015 10:30
-
-
Save gering/664e182fb7dae171d6a2 to your computer and use it in GitHub Desktop.
Install Docker
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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