Skip to content

Instantly share code, notes, and snippets.

@paul-asvb
Last active March 7, 2019 11:04
Show Gist options
  • Save paul-asvb/16206d2f38493f50e3f8ba741e2d1f9c to your computer and use it in GitHub Desktop.
Save paul-asvb/16206d2f38493f50e3f8ba741e2d1f9c to your computer and use it in GitHub Desktop.
curl -fsSL https://get.docker.com -o get-docker.sh
sh get-docker.sh
# Needs fresh login to work
sudo usermod -aG docker $USER
# works immediately
sudo chmod 666 /var/run/docker.sock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment