|
|
|
|
|
by perlgeek
28 days ago
|
|
I'd guess that most people who run Docker on linux install it through their distro's package manager, which has a dockerd running as root. On Debian derivatives, you need some kind of extra privs to even talk to it (being a member of the "docker" group, iirc). |
|