azure-container-service - Azure Docker Web 应用程序上的 "Startup File"

标签 azure-container-service

docker-compose 的 docker web 应用程序选项上的“启动文件”选项吗?文件?或shell命令?我找不到它的任何文档...

基本上我希望我的 Web 应用程序运行 docker-compose.yml当我将图像推送到它时,而不是执行 docker run [options] 。

Docker Startup File Option

最佳答案

现在已记录在案,请参见下文或 click here .

What are the expected values for the Startup File section when I configure the runtime stack?

For Node.js, you specify the PM2 configuration file or your script file. For .NET Core, specify your compiled DLL name as dotnet <myapp>.dll. For Ruby, you can specify the Ruby script that you want to initialize your app with.

关于azure-container-service - Azure Docker Web 应用程序上的 "Startup File",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47542505/

相关文章:

azure - 在 Azure 中运行服务而不管理 VM

node.js - 如何使用 Azure api 启动容器实例?

Azure ACR 存储库访问

azure - Azure 容器注册表中的锁是什么

kubernetes - AKS 群集上的主节点

azure - 在 Azure 管理 API 中找不到订阅

Azure 容器服务未创建代理节点

Azure 容器/Kubernetes 服务 - 网络接口(interface)和 IP 未删除

azure - 如何为容器化 Web 应用程序配置自定义域?