Created
May 25, 2014 23:43
-
-
Save itiut/d0d9fc9a8976970e009b to your computer and use it in GitHub Desktop.
Ubuntu 14.04でdockerをsudoなしで動かす ref: http://qiita.com/itiut@github/items/85a473059fceab7f7159
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 service docker restart | |
docker: unrecognized service |
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.io restart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment