I'm trying to get the docker toolbox running on windows with Hyper-V as virtualization backend. More or less I'm following the steps described on
this page.
My problem is that I need to mount folders from the host OS in the docker-machine guest VM. The guest VM is based on Tiny Core Linux (
bootdocker). I installed `cifs-utils.tcz` and (out of despair) `samba.tcz`. But when I issue the mount command
$ mount -t cifs //192.168.99.1/test /c/test
Nothing happens but the command's return code is
1.
There is network connectivity to
192.168.99.1Due to the lag of any additional information on the problem cause, I'm pretty much stuck. So any help on how to solve this or how get more information would be appreciated.