Y
Hacker News
new
|
ask
|
show
|
jobs
by
jdiez17
4509 days ago
Non-root users can start their own Docker images, if you change the permissions on the UNIX socket.
1 comments
brokenparser
4509 days ago
You might as well give them password-less sudo. Also, why are you changing permissions on the socket at all? The default is 660 which seems perfectly fine to me, if it's currently 666 you just gave everything on your box free root access.
Read this
https://github.com/dotcloud/docker/issues/1369
link
Read this https://github.com/dotcloud/docker/issues/1369