Putting a .NET Core app in a container
I have been very busy learning new stuff this weekend. Moving to a new team, new tech stack and not enough time to get a feel for what is actually involved before we get our hands dirty! So in an earlier post I discussed docker and containerisation. Here is an example .NET Core App with its Dockerfile that I created while following the docs. https://github.com/lonelydev/dotnet-core-docker It is really easy. What I am yet to try though is actually deploying this using a pipeline in azure devops. Maybe a post for another day. ...