Skip to content

Instantly share code, notes, and snippets.

@piaverous
Last active July 4, 2020 13:15
Show Gist options
  • Save piaverous/f8ca92d5cda54fb53c287c5bef9385e6 to your computer and use it in GitHub Desktop.
Save piaverous/f8ca92d5cda54fb53c287c5bef9385e6 to your computer and use it in GitHub Desktop.
Install docker
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
# If you want to be able to use docker as a non-root user, you can your user to the "docker" group like so:
sudo usermod -aG docker $USER
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment