dotnet-core Application web in docker using .net core I executed the follow commands to run a basic example: docker run -it microsoft/dotnet:latest dotnet new console -o hwapp cd hwapp dotnet restore dotnet run