Jun 15, 2016

Running .NET Core in Docker container

I was following news about both Docker and .NET Core for quite a while, so decided to try to combine them in single experiment. I’ll describe there my experience doing that, mainly the information for my attempt has been taken from this Channel9 video.
The idea: run the .NET Core simple application (hello world) in a Linux container provisioned by Docker ecosystem.