Hacker News new | ask | show | jobs
by rythie 1460 days ago
It means you don't need to be root to run it.
1 comments

You can also call docker commands by being part of the docker group IIRC.

Doesn't this have more to do with the daemon that the user executing commands ?

> You can also call docker commands by being part of the docker group IIRC.

Which effectively gives you root on the host.

Which is an horrible practice and has roughly the same attack surface as login as root all the time.
With podman there is no daemon, everything is running as you. The standard setup for docker has a daemon running as root, which means when you start a container it has root privileges.