I have a NAS with a shared CIFS/SMB share that I would like to mount as a volume using docker-compose on Windows.
I have read through multiple suggestions (for instance using plugins, mounting it in Windows to give it a drive letter) without finding anything that I can get working. I understand it's not 100 % straightforward since I'm accessing it from inside another OS. But it sounds like something that should be possible.
So say that I have a network path, \\my-nas\share
, how would I go about mounting this inside a docker container using docker-compose on a Windows host?