ioi / isolate

Sandbox for securely executing untrusted programs
Other
1.04k stars 154 forks source link

Thanks for maintaining and building this isolate environment. my question is, is it necessary to use docker for this isolated environment or can I also go with Linux Ec2 in AWS? #120

Closed Rammehar closed 1 year ago

Rammehar commented 1 year ago

I have used this isolate in ec2 instance with ubuntu os. after setting cgroup1 from cgroup2 it works like this as show below image.

Screenshot 2022-12-23 at 11 06 18 AM
gollux commented 1 year ago

No, it is not necessary to use Docker.

In fact, I advise against running Isolate under Docker. Keep Isolate as close to the kernel as possible to avoid potential interference between Docker's and Isolate's use of control groups.