Skip to content

Instantly share code, notes, and snippets.

@itiut
Created May 25, 2014 23:43
Show Gist options
  • Save itiut/d0d9fc9a8976970e009b to your computer and use it in GitHub Desktop.
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
$ sudo service docker restart
docker: unrecognized service
$ 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