Last Updated: February 25, 2016
·
439
· miqui

run Docker without root

note: most likely group already exists

$ sudo groupadd docker
$ sudo gpasswd -a myusername docker
$ sudo service docker restart
$ exit

you have to logout completely and comeback for this to take effect