Skip to content

Instantly share code, notes, and snippets.

@ipedrazas
Last active March 28, 2019 04:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ipedrazas/b6ee6244b51ba7e75b50 to your computer and use it in GitHub Desktop.
Save ipedrazas/b6ee6244b51ba7e75b50 to your computer and use it in GitHub Desktop.
Docker without sudo
sudo groupadd docker
sudo gpasswd -a ${USERNAME} docker
sudo chmod o+rw /var/run/docker.sock
sudo service docker restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment