Hacker News new | ask | show | jobs
by dln_eintr 3524 days ago
rkt actually uses systemd-nspawn to run and namespace the container. What rkt "adds" before that is downloading, verifying managing the container image and setting up the cgroup for resource limitation.

https://github.com/coreos/rkt/blob/master/Documentation/deve...

1 comments

Doesn't systemd do that already (via machinectl, e.g.)?