Hacker News new | ask | show | jobs
by slonopotamus 1002 days ago
FUSE is only used for bind mounts. If you write to a directory that belongs to container, you get the raw speed of host OS.
1 comments

How do you support layers without overlayfs?
It's not me, it's containerd "native" snapshotter. It turns to be efficient on macOS thanks to `clonefile` syscall.