Hacker News new | ask | show | jobs
by gnawux 3511 days ago
With HyperContainer, we make the performance/overhead of virtualized container similar to linux container --- 130ms launch time, and sharing the read-only part of memory (kernel and init). As a result, we can use it as a more secure container.
2 comments

Can you summarize how you're doing this, e.g. the similarities and differences from Linux containers?
Interesting. I'll look into this further. Thank you for the insight.