I am trying to map a host folder to the guest in the same way that is easily accomplished on linux/mac via -v "$(pwd)":/code. I can't come up with a simple example to make this work with Windows Containers. docker build -t="webdav" . docker run --rm -it -v C:\junk:C:\code --name [...] read more
As I run the default from VS2017 generated Dockerfile, after a few minutes I get the following error: > The command 'cmd /S /C dotnet build "XXX.csproj" -c Release -o /app' returned > a non-zero code: 4294967295: failed to shutdown container: container > e9402aaef7780a5c66dca0e3b9f5683c3c2cc079ff7934844301067bd1ce07ad encountered > an error during Shutdown: [...] read more