Simple MVC application which has a Dockerfile.
This was setup using:
dotnet new sln --name workshopdotnet new mvc --name workshop.mvcdotnet sln add **/*.csproj
Then right click on the mvc project and Add Docker Support to generate the file.
Now when you run the application will deploy to Docker.