Skip to content

Instantly share code, notes, and snippets.

@loretoparisi
Created July 31, 2017 13:18
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 loretoparisi/ebd137f85b24cb25ff3372cc989b44bd to your computer and use it in GitHub Desktop.
Save loretoparisi/ebd137f85b24cb25ff3372cc989b44bd to your computer and use it in GitHub Desktop.
Docker Add user To Group to run without sudo
sudo groupadd docker
sudo gpasswd -a $USER docker
sudo usermod -aG docker $USER
@loretoparisi
Copy link
Author

Then logout/login.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment