Remote file systems
Connecting to remote Windows Filesystem
Share the folders in Windows
You need to make the Folder on the remote source system Shared and allow READ rights for the windows user that will be used for the connection.
Mark the IP address of the Windows FS.
yum install samba-client samba-common cifs-utils
cd /var/dockershare/containershare
mkdir windows-share
vim /etc/fstab
add line on the end of the file:
//ip_address_of_windows_server/share /var/dockershare/containershare/windows-share cifs user,uid=500,rw,suid,username=remote,password=Passw0rd 0 0
Get me there: