ioi/isolate

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?

Rammehar opened this issue · 1 comments

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

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.