dotnet / sdk-container-builds

Libraries and build tooling to create container images from .NET projects using MSBuild
https://learn.microsoft.com/en-us/dotnet/core/docker/publish-as-container
MIT License
179 stars 34 forks source link

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

Closed baronfel closed 1 year ago

baronfel commented 1 year ago

In https://github.com/dotnet/sdk/pull/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.