I am trying to run a .NET Core 1.0.0 console application inside a docker container. When I run dotnet run command from inside the Demo folder on my machin
dotnet run
One more "dirty way" is to start your program in screen using:
screen -dmS yourprogramm