Hacker News new | ask | show | jobs
by hinkley 2040 days ago
Isn't exposing the host Docker daemon the security issue that people grouse about?
1 comments

Yes it is. The Docker socket - /var/run/docker.sock is owned by root and so anyone that has access to it effectively has root on that host. User namespace mitigate this to some degree.