Skip to content

Instantly share code, notes, and snippets.

@webarthur
Created September 22, 2016 00:14
Show Gist options
  • Select an option

  • Save webarthur/03d549613562fa99ca55f859a9f8285e to your computer and use it in GitHub Desktop.

Select an option

Save webarthur/03d549613562fa99ca55f859a9f8285e to your computer and use it in GitHub Desktop.
remove sudo access from docker
sudo groupadd docker
sudo gpasswd -a username docker
sudo service docker restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment