ioi / isolate

Sandbox for securely executing untrusted programs
Other
1.1k stars 161 forks source link

Deployment Using AWS Lambda #115

Closed DilLip-Chowdary-Codes closed 1 year ago

DilLip-Chowdary-Codes commented 2 years ago

I'm trying to deploy an app with isolate in AWS lambda, and here I'm getting Must be started as root error.

AWS Lambda invocations will be done using a non-root user, even if we build a Docker image with a root user as the default user.

So does anyone know how to overcome this? or any non-Docker solution is also acceptable.

gollux commented 1 year ago

I do not know AWS Lambda, but Isolate requires running as real root.