microsoft / generator-docker

Yeoman generator for Docker
Other
346 stars 69 forks source link

Cannot run DotNet Core in Docker Container #122

Open fedoranimus opened 8 years ago

fedoranimus commented 8 years ago

Following this tutorial, I am able to run a new DotNet Core Web application locally just fine (via Command Line).

However, as soon as I try to run it in a container (via VS Code Debugger), I receive the following exception: Unhandled Exception: System.IO.DirectoryNotFoundException: Could not find a part of the path '/root/.nuget/packages/.tools/BundlerMinifier.Core'.

I have not made any changes to any files at this point.

Environment: Windows 10 x64 with Docker for Windows.

daveclarke commented 7 years ago

Did you get this resolved? I'm having the same issue.

fedoranimus commented 7 years ago

I have not been able to resolve this, but I haven't tried in several weeks.