|
|
|
|
|
by curt15
1125 days ago
|
|
>LXD is also unprivileged by default The last time I tried it (a few years ago) you needed to either run `lxc` as root or be a member of the `lxd` group which is equivalent to having root privileges. At that time the ability to launch and enter container instances as an unprivileged user (without a root backdoor like the docker or lxd group) was one of Podman's advantages. Have things changed since then? |
|
LXD supports (all of these have pros and cons, and you must choose one of the type that solves your problem):
1. Privileged containers.
2. Unprivileged containers as an unprivileged user.
3. Unprivileged containers as root.
One frustrating issue is that many developers and IT professionals are reluctant to use Podman due to certain unique situations and edge cases. Docker is more commonly used and tested, making it the preferred option despite Podman's beneficial features.