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
175 stars 30 forks source link

Add an example Dockerfile to illustrate what the SDK tools do #570

Open baronfel opened 1 month ago

baronfel commented 1 month ago

Users often already have some familiarity with Dockerfiles and think in those terms. It may be helpful to have an example Dockerfile to point to in the docs here, where we could say "you can think of the SDK as kinda-sorta working like this Dockerfile, but without needing a container builder installed".