share windows folder (other than c/Users/) with docker container (using docker windows client)
Using docker client, is there a way to share a folder in windows with a docker container without having to first share the folder via the Virtual Box VM. Have understood the need of having a double slash from this and this Ran the following command from the docker client for windows docker run -it -v //F/devfolder:/development/windev <imagename> <cmdname> but when did a ls on /development/windev , it turned out it was empty. I did not have any problem when I tried mounting the c/Users/username folder via the following command docker run -it -v //c/Users/username/desktop:/development/windev