Created
May 20, 2015 11:33
-
-
Save jeffersonsouza/9f14521c21c8c1bef711 to your computer and use it in GitHub Desktop.
Run Docker without sudo
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 ${USER} docker | |
| sudo service docker restart # in some ubuntu versions use "sudo service docker.io restart" | |
| newgrp docker |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment