I have a windows program that needs to access files on the network on a network share. What is the correct way to do this? Assume the share is //Server/share/.
I saw some threads that stated share are not supported.
Assuming this is true can I mount a drive βe:/β when I run a docker image? I cannot seem to find this anywhere.
I saw a solution to create a volume and create a volume when running:
docker volume create Intex
docker run -v intex:e:/environments imagename
But this generated the error:
docker: Error response from daemon: container cb27cfff356ef927774356032d91bb23777819c80834acad044893d8a4b28fa8 encountered an error during Start: failure in a Windows system call: The compute system exited unexpectedly. (0xc0370106).