Created
September 22, 2016 00:14
-
-
Save webarthur/03d549613562fa99ca55f859a9f8285e to your computer and use it in GitHub Desktop.
remove sudo access from docker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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