3 ms·
It looks like systemd-nspawn is gaining rootless support, see https://github.com/systemd/systemd/issues/30239 https://github.com/systemd/systemd/issues/30239 U
by derobert 2y ago
It looks like systemd-nspawn is gaining rootless support, see https://github.com/systemd/systemd/issues/30239 https://github.com/systemd/systemd/issues/30239
Until then, I'm not sure if there is anything lightweight. If you don't need lightweight, there is Podman.
- Imustaskforhelp 2y agoPodman requires one time root for installation though. I am on a completely rootless client at one of my servers.
- tobwen 2y agoNope, you can compile/download and run it completely from unprivileged userspace.
- NekkoDroid 2y agoDo note that the current support is limited to signed disk images, while it was recently (still not in a release) gained the ability to use any directory that resides inside a signed disk image (instead of just the entire disk image).