I have an existing Ubuntu VM in esxi that mounts to my (unraid) nasbox shares just fine. In that VM's /etc/fstab I have the following:
//192.168.11.41/Public /mnt/nasbox cifs vers=3.0,guest,uid=1000,iocharset=utf8 0 0
But when I use that same in my Ubuntu docker container, when I attempt...