Another OCI Runtime -> crun
It's faster than runc (the performance gains are notable when starting containers).
Also it supports cgroups v2, runc also added support on v1.0.0-93 (which has not been launched?)
podman + crun do work very well (also podman can launch rootless containers) so I prefer to use them instead of Docker + runc.
Another OCI Runtime -> crun
It's faster than runc (the performance gains are notable when starting containers).
Also it supports cgroups v2, runc also added support on v1.0.0-93 (which has not been launched?)
podman + crun do work very well (also podman can launch rootless containers) so I prefer to use them instead of Docker + runc.
I just moved to podman/crun due to cgroups problem
Docker phases out?
Docker 20.10 will support cgroups v2
Will, in the future. Podman does it right now and rootless containers are a huge improvement on process isolation
Docker also supports rootless now.