Accessing a cifs/smb mounted storage from docker container

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).

  1. How to mount the cifs storage to windows?
  2. Considering 1 is done, can my docker container access this storage? If yes, then how can i do the same?