Good afternoon, I need to mount to the container for example the folder c: / projects command

..... -v //c/projects:/vaw/www ..... 

does not work, but the team

 ..... -v //c/Users/User1/projects:/vaw/www ..... 

works

The point is to restrict the home folder, but how to remove it?

Windows 7, installed via DOCKER TOOLBOX (docker.com/products/docker-toolbox), does not work = the disk is not mounted, if you try to mount via Kitematic, then it swears that the disk should be accessible for reading and writing, although I set this folder full rights for all.

  • what does not mean? which mistakes? How is the docker installed? what OS? - Mikhail Vaysman
  • Update your question according to the guidelines for keeping discussions on Stack Overflow , instead of posting comments. - Mikhail Vaysman
  • Michael, this means that when you specify a mounted folder outside the user's directory, it does not connect. The docker does not report an error. - Nikolai

0