Hacker News new | ask | show | jobs
by WhyNotHugo 5 days ago
You can take a snapshot of a microVM and roll back. I've never heard of this being done with containers.
1 comments

You can have a volume mount into your container backed by whatever block storage which may have snapshotting or format with a FS that supports snapshots.
The VM snapshot/load is about memory, not storage.