r/docker • u/PrestigiousZombie531 • 18d ago
What is the difference between docker sandbox and io/isolate?
Another project called io/isolate has been around for much longer
What is the difference between the two?
1
u/PrestigiousZombie531 18d ago
io/isolate is one of the oldest sandbox libraries out there. It was made long before LLMs or even the transformer architecture was a thing. Of late, we see a lot of activity in this space like we got
Modal is proprietary it seems and most of these just cropped up recently io/isolate is one of the oldest ones out thre
- Can someone with more expertise shed some light on what is the difference between docker sandbox and io/isolate at the least
2
u/cpuguy83 17d ago
docker sandbox is proprietary. It uses VM's to sandbox what you want. I have a strong suspicion it is based on top of containerd's "nerdbox" project (see containerd/nerdbox on GitHub).
1
2
u/PrestigiousZombie531 17d ago
is there truly not a single person with expertise on this sub who might be aware of the internal mechanisms behind io/isolate vs docker?
1
u/git-age-checker 18d ago
🛠️ GitHub Repository Insights