TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Built-in container support for the .NET SDK

75 点作者 durron超过 2 年前

2 条评论

chusk3超过 2 年前
Hey folks - author here, happy to answer any questions about the feature or what we&#x27;re hoping to do with it.<p>Broadly we just want to lower barriers to containerization for all .NET developers. Jib&#x2F;Ko&#x2F;etc are proven patterns in this field, and we saw an opportunity to use the existing infrastructure of MSBuild to reduce the amount of concepts our users would need to know in order to be successful in their journey to the cloud. On top of that, having the feature in SDK provides some opportunities to help users adhere to conventions around container labeling (or customize container metadata entirely!) so we can make .NET containers good citizens in the container ecosystem overall.
评论 #32631305 未加载
评论 #32626291 未加载
评论 #32626802 未加载
petilon超过 2 年前
What problem is this solving? I have been building containerized .NET applications for a couple of years now. It is super easy to use docker command to build x86 Linux and ARM docker images. I don&#x27;t think I&#x27;ll switch to Microsoft&#x27;s half-assed solution since the docker command works just fine.<p>Here&#x27;s the problem Microsoft should be solving instead: Once a docker image is built, how can my <i>customer</i> (not me) deploy it to Azure using their Azure account? I would like to provide a &quot;Deploy to Azure&quot; button similar to Heroku&#x27;s &quot;Deploy to Heroku&quot;. My customer should be able to deploy a web application using my docker image with <i>a single click</i>, using their Azure subscription. Heroku even provisions a Postgres database in the process. And it was all free until a couple of days ago.
评论 #32624917 未加载
评论 #32624225 未加载