Hacker News new | ask | show | jobs
by bornfreddy 1525 days ago
Ok, so IIUC, the main difference with firecracker versus docker is that processes are better separated from each other ("micro VM" instead of namespaces) and that one can run a customized kernel. But for e2e tests I've written, neither of these advantages mattered.

I do love the idea of taking a snapshot of a prebuilt database image and can see where this would really speed up the tests.