I have wsl ubuntu installed on my windows machine.
I have containerized an application. One test that i need to perform is whether or not can this containerized application read/write files from a cifs mounted storage (mounted to windows).
- How to mount the cifs storage to windows?
- Considering 1 is done, can my docker container access this storage? If yes, then how can i do the same?