I am trying to mount a host directory into a Docker container so that any updates done on the host is reflected into the Docker containers.
Where am I doing somethin
i had same issues , i was trying to mount C:\Users\ folder on docker this is how i did it Docker Toolbox command line
$ docker run -it --name -v /c/Users:/myVolData