Run Docker Container in privileged mode

Hi everyone, I have a docker service that needs privileged mode to run some virtualization inside the container – how can I get this done with Render?

For reference GCP has this option Configuring options to run your container

Tagging you @david since you’ve been so helpful in the past!

Hi @christianechevarria,

Unfortunately, we do not allow Render services to run docker in privileged mode.

@christianechevarria what application are you trying to run? We might be able to work around this.

Hi Tyler, we’re running the android-sdk image Docker Hub – basically emulating a phone inside of a docker container, I’ve tried looking around but everything seems to say that it’s just one of those things you have to run in a privileged mode