Docker rootless mode is a one-line fix most guides skip over
… Typical containerization platforms like LXC and Podman run services as an unprivileged user by default, and you’d have to change a bunch of settings deliberately if you want to run your FOSS images with escalated permissions. Unfortunately, Docker deploys containers with root privileges by default. …