Hacker News new | ask | show | jobs
by weitendorf 359 days ago
I recommend gvisor: https://gvisor.dev/

If you want to learn more about this subject the keyword you’re looking for is “multitenancy”

Docker’s container runtime is not really a safe way to run untrusted code. I don’t recommend relying on it.

Also, why would an isolated vm prevent fetch? You can give your users NAT addresses to let them make outbound network calls. I am putting the finishing touches on a remote IDE that does exactly that.

1 comments

I would give you a hundred upvotes if I could. This is a fantastic resource, looks perfect for what I want