Skip to content

Repository files navigation

dotnet-example

Simple playground app to learn about running dotnet applicaiton in containers.

The app was initialized by

SDK="mcr.microsoft.com/dotnet/sdk:10.0"
podman run -it --rm -v $PWD:/app -w /app $SDK dotnet new console -n dotnet-example
podman run -it --rm -v $PWD:/app -w /app $SDK dotnet run

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages