Created
April 17, 2019 10:04
-
-
Save zerjioang/18baf3cb467495b0a2e3f959310e47ac to your computer and use it in GitHub Desktop.
docker installation tiny script
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
curl -fsSL https://get.docker.com -o get-docker.sh | |
sh get-docker.sh | |
sudo usermod -aG docker $USER |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment