Hacker News new | ask | show | jobs
Sysbox v0.3 Released
14 points by ctalledo 1911 days ago
Hi HN, my name is Cesar, I am one of the lead developers of Sysbox (https://github.com/nestybox/sysbox), an enhanced "runc" that enables rootless containers to act as "VM-like" environments, capable of running systemd, Docker, and even K8s inside the rootless container.

See this launch HN post for details on Sysbox and use-cases: https://news.ycombinator.com/item?id=24084758

Just wanted to let you know that we just released a new version of Sysbox (v0.3), which further hardens container security and brings in several other improvements and bug fixes.

Development of Sysbox has been very challenging, as it's pushing the limits of rootless containers (by enabling them to seamlessly run most workloads that run in VMs).

We hope you find it useful and we love to hear feedback!

1 comments

For remote development, I think this is a game changer. I use it with to create dev containers that support docker and even k8s clusters.

Disclosure: I work for Coder, a cloud development platform

Thanks! Yes, if you wish to setup dev environments backed by Docker or K8s containers/pods, Sysbox is an excellent way to do so because it gives you a rootless container inside of which you can run most workloads that run in VMs.

Prior to Sysbox this required privileged containers, which offer very weak isolation from the host (not to mention it also required complex container setups/entrypoints, all of which go away with Sysbox).