Sysbox is an open-source container runtime that extends Docker's functionality, allowing users to run system software within rootless containers by providing enhanced container isolation.
Official Documentation: https://kasmweb.com/docs/develop/how_to/sysbox_runtime.html
Configuration Guide: https://medium.kasmweb.com/sysbox-docker-isolation-for-rootless-containers-fbc1be64b59f
Using the Sysbox runtime addresses these issues by allowing containers to run system software without the need for privileged mode. Sysbox makes the containers resemble a "VM-like" environment using advanced OS virtualization techniques. In other words, it brings the best of two worlds: the portability of containers and the capabilities of Virtual Machines.