Created
September 20, 2019 15:41
-
-
Save fernanfs/218b7f23d1830dcf4ba0ae216fc26f97 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# download the docker installation script | |
curl -fsSL https://get.docker.com -o get-docker.sh | |
# I prefer to have a brief look at the contents of such scripts | |
# this is optional - as long as you trust the source | |
# vim get-docker.sh | |
# finally run the installation | |
chmod +x get-docker.sh | |
./get-docker.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment