Dumb little test project creating a Nancy hello world that can run in a .net core docker container. It may get added to someday...
Then again, maybe not.....
docker build -t hellodocker .
docker run -d -p 5000:5000 --name runhellodocker hellodocker