intro-to-linux-dotnetcore-docker icon indicating copy to clipboard operation
intro-to-linux-dotnetcore-docker copied to clipboard

Elaborate on Part 5 (Docker deployment)

Open micolous opened this issue 8 years ago • 0 comments

Part 5 talks about Docker deployment, but in it it's really taking the microsoft/dotnet image then running the .NET Core Console Application manually inside of that environment.

It would be good to elaborate on this a little and talk about creating a new Dockerfile with some existing ASP.NET Core application, and being able to run the container and automatically expose the webserver from inside of that container.

micolous avatar Jan 18 '17 04:01 micolous