jbogard / ContosoUniversityCore

MIT License
591 stars 151 forks source link

Add Docker support #28

Closed danpadmore closed 3 years ago

danpadmore commented 6 years ago

I would love to see "the Dockerfile" for this :)

I read Microsoft discourages Docker for ASP.NET Core with Full .NET Framework, I think that's also the reason you can't right-click "Add > Docker support" in Visual Studio on a aspnet core with full net framework project. But I started a project during the time when aspnet core was available, but the net core framework was still not/barely released, and I would love to deploy it in Docker anyway.

They do describe how to approach it, but without a working example I haven't been able to get this working yet.

So guidance on how to set this up via this project would be awesome.

danpadmore commented 3 years ago

Closed