dotnet / sdk-container-builds

Libraries and build tooling to create container images from .NET projects using MSBuild

Home Page:https://learn.microsoft.com/en-us/dotnet/core/docker/publish-as-container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Document reading of APP_UID and ASP.NET Core URL env vars

baronfel opened this issue · comments

In dotnet/sdk#34154 we're adding support for reading APP_UID for setting the User information, and ASPNETCORE_HTTPS_PORTS, ASPNETCORE_HTTP_PORTS, and ASPNETCORE_URLS variables for port information to map to ExposedPort metadata.

We need to document this capability and use cases for .NET 8.