ioi/isolate

Does the new cgv2 version of isolate need to be run as a privileged Docker container ?

PhungThanhTu opened this issue · 1 comments

Does the new cgv2 version of isolate need to be run as a privileged Docker container ?

I think not only v2, but also v1.

If your Isolate need the control group, you should privileged the container to have the extend privilege, or it may show the permission denied error.

Ref: https://docs.docker.com/engine/reference/commandline/run/