nestybox / sysbox

An open-source, next-generation "runc" that empowers rootless containers to run workloads such as Systemd, Docker, Kubernetes, just like VMs.
Apache License 2.0
2.78k stars 152 forks source link

Podman + Sysbox Integration #128

Open ctalledo opened 3 years ago

ctalledo commented 3 years ago

Sysbox should support Podman.

Podman is a RedHat's default container-management tool. Podman is specially useful in development phases as it can simply launch containers (through a docker-like cli interface), and it can easily convert container-definition files into K8 yaml recipes, which is quite handy to quickly test new PODs within a K8 cluster. In addition, Podman supports per-container user-namespace UID mappings, which gels wells with Sysbox.

Scott McCarthy and Giuseppe Scrivano from RedHat suggested that we consider:

purplesyringa commented 1 year ago

Are there any soon-ish plans to implement this?

ctalledo commented 1 year ago

Hi @imachug, unfortunately no concrete plans right now to support this due to other priorities.