Guys,
I’ve read all the threads, but can’t get Docker Toolbox to share the volume with the host on Windows 10.
The command shows nothing in the folder “/app”.
docker run -it --rm -v /c/Users/app:/app alpine ls /app
I tried to add C: and D: drives with Full rights to virtualbox default shared folders.
I can’t install general Docker as it will lead to VirtualBox to fail (I’ve vagrant as well for other projects).
Docker Toolbox is the latest: 17.03.0, VirtualBox is the latest: 5.1.18
Running Docker Quickstart Terminal in elevated mode (with admin rights).
The most I was able to achieve is showing subfolders of C:/Users/app/* in docker container /app, but not files.
If you have a guide how to achieve sharing volumes between host and docker container, please point me to it.