docker: Error response from daemon: Mounts denied:
The path /users/davehassall/fabric-samples/test-network is not shared from the host and is not known to Docker.
According to documentation subdirectories of /users are shared and available to mount. Tried adding subdirectories to shares but this was removed.
Are you using Docker Desktop? On which operating system?
Note that the “Community” category is for asking about the community and events, not for askiing from the community. The whole forum is for that purpose So I will move the topic to the right category when you share more details.
Okay, I moved the topic to “Docker Desktop for Mac”
How did you mounted the folder? I know macOS has case insensitive path by default (although it depends on the chosen filesystem) but it matters on Linux and inside the virtual machine of Docker Desktop you have Linux. So if you use /users instead of /Users, Linux inside the VM will probably not find the folder.
Thanks for the help.
The fabric-samples on the Mac are located at /Users/davephassall/fabric-samples and according to docker documentation /Users and subdirectories are available to mount.