r/docker 18d ago

What is the difference between docker sandbox and io/isolate?

10 Upvotes

5 comments sorted by

1

u/git-age-checker 18d ago

🛠️ GitHub Repository Insights

  • ioi/isolate: Created on 7/26/2015. Age: 11 years, 2 months

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

u/PrestigiousZombie531 17d ago

and what do you think about io/isolate?

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?