I'm trying to access a remotely shared folder from within a docker container on Docker for Windows.
While inside the container running dir \\target\share
produces "The network path was not found.". The target can be pinged from inside the container and from the host system the share is accessible.
The image used is microsoft/dotnet-framework:4.7.2-sdk
and I'm running it with just the -it
option for testing.
What am I missing to get this to work?