简体   繁体   English

如何使用特权选项在 Azure 应用服务中运行 docker 映像?

[英]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.我正在尝试使用特权选项在 Azure Web 应用程序中部署 docker 映像。 But I don't know how to customize docker run command in Azure web apps.但我不知道如何在 Azure Web 应用程序中自定义 docker run 命令。

You can't directly customize the DOCKER RUN command that App Service generates.不能直接自定义应用服务生成的 DOCKER RUN 命令。 Also, there's no way to run a privileged container in App Service.此外,无法在应用服务中运行特权容器。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何从 azure 发布管道查询当前部署到应用程序服务的 docker 图像? - How can I query which docker image is currently deployed to an app service from an azure release pipeline? 如何向运行在 Azure 服务应用程序上的 docker 添加附加选项 - How to add additional options to docker run on Azure Service App 如何在Azure App Service Linux上安装自定义Docker映像的文件夹 - How to mount folder for custom docker image on Azure App Service Linux 在哪里可以找到 Azure 应用服务的 docker 容器日志 - Where can I find docker container logs for Azure App Service 无法从 Azure 注册表中的 docker 图像运行 Azure Web 服务 - Unable to run Azure Web Service from a docker image in an Azure Registry 我可以在Azure App Service上运行Node / ExpressJS应用程序,还是必须使用Azure Cloud Service? - Can I run a Node/ExpressJS application on Azure App Service or do I have to use Azure Cloud Service? Azure 应用服务不断从 docker 集线器拉取 docker 映像 - Azure App service Keeps pulling docker image from docker hub 如何从带有 wordpress docker 映像的 azure app 服务连接到 mysql 的 azure 数据库? - how to connect to azure database for mysql, from azure app service with wordpress docker image? 如何从位于不同订阅中的 ACR 将映像部署到 Azure 应用服务? - How can I deploy image to Azure App Service from an ACR which is located in different subscription? 如何在 azure 容器创建中指定 docker 运行参数 - How can i specify docker run argument in azure container creation
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM