Created
July 31, 2014 06:57
-
-
Save gregberge/0fff0ac542774d53e154 to your computer and use it in GitHub Desktop.
Docker without sudo
This file contains 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
# You may have to logout and log back in again for | |
# this to take effect. | |
sudo gpasswd -a $USER docker | |
# Restart the docker daemon. | |
sudo service docker restart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment