Chavo Kim
Chavo Kim

Reputation: 23

How can I run docker image in Azure app service with privileged option?

I'm trying to deploy docker image in Azure web app with privileged option. But I don't know how to customize docker run command in Azure web apps.

Upvotes: 1

Views: 624

Answers (1)

user793891
user793891

Reputation:

You can't directly customize the DOCKER RUN command that App Service generates. Also, there's no way to run a privileged container in App Service.

Upvotes: 3

Related Questions