Y
Hacker News
new
|
ask
|
show
|
jobs
by
causal
20 days ago
I've never used smolmachines but I'm curious; why this over a container?
2 comments
apitman
20 days ago
Containers are not security boundaries. Vulnerabilities in containers are much more common than in VMs.
link
chrisweekly
19 days ago
Kernel-level isolation is a significant security differentiator, for starters.
https://github.com/smol-machines/smolvm#comparison
shows a good comparison table.
link