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 CMD/Entrypoint behavior in detail

baronfel opened this issue · comments

dotnet/sdk#33037 is going to change the ContainerEntrypoint/ContainerEntrypointArgs structures. Once that merges we should update the matching sections in the docs to describe what happens and when. We will also want to link to Docker's documentation for CMD vs Entrypoint and when each should be used.