Hi,
Configuration and installation :
Issue Type : shared folder access
OS : Windows version 1709 (OS build 16299.371)
Docker version : Docker community edition Version 18.03.0-ce-win59 (16762)
Channel: stable
d70d80d
Docker running with windows container.
My spring boot app is running in windows container everything works fine but when the app is try to access external shared file location, it is not accessible and giving “The semaphore timeout period has expired” error. However ping is working fine for the same IP from container :
Pinging 192.168.100.10 with 32 bytes of data:
Reply from 192.168.100.10: bytes=32 time=1ms TTL=127
Reply from 192.168.100.10: bytes=32 time=1ms TTL=127
Reply from 192.168.100.10: bytes=32 time=1ms TTL=127
Reply from 192.168.100.10: bytes=32 time=1ms TTL=127
C:\usr\src\fps>dir \192.168.100.10\sharedFiles
The semaphore timeout period has expired.
Can any one have any suggestion to fix the issue or what could be the possible reason of the same ?
Appreciate your help in advance.
Thanks