Community gatherings on Freenode at #tinycorelinux (webchat)
Many container runtime tools like systemd-nspawn, docker, etc. focus on providing infrastructure for system administrators and orchestration tools (e.g. Kubernetes) to run containers.These tools are not suitable to give to unprivileged users, because it is trivial to turn such access into a fully privileged root shell on the host.....Bubblewrap could be viewed as setuid implementation of a subset of user namespaces.....The original bubblewrap code existed before user namespaces - it inherits code from [1]xdg-app helper which in turn distantly derives from [2]linux-user-chroot.