Skip to content

Instantly share code, notes, and snippets.

@fernanfs
Created September 20, 2019 15:41
Show Gist options
  • Save fernanfs/218b7f23d1830dcf4ba0ae216fc26f97 to your computer and use it in GitHub Desktop.
Save fernanfs/218b7f23d1830dcf4ba0ae216fc26f97 to your computer and use it in GitHub Desktop.
# 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