Hacker News new | ask | show | jobs
by polskibus 2767 days ago
How does this compare to containers?
1 comments

Containers share the OS kernel and some services. This is a virtual machine monitor, so it deals with virtual machines. A container can only run Linux containers.

Firecracker can likely run other operating systems, such as IncludeOS. You can't run those in containers.