Skip to content

Instantly share code, notes, and snippets.

@zerjioang
Created April 17, 2019 10:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zerjioang/18baf3cb467495b0a2e3f959310e47ac to your computer and use it in GitHub Desktop.
Save zerjioang/18baf3cb467495b0a2e3f959310e47ac to your computer and use it in GitHub Desktop.
docker installation tiny script
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