Mounts denied. The paths … are not shared from OS X and are not known to Docker

Docker for Mac volume mounts behave differently than the base Docker system. This is mostly because Docker tries to comply with Apple’s filesystem sandbox guidelines. As shown in Docker’s preferences, only certain paths are exported by macOS. /Users /Volumes /tmp /private /var in macOS is a symbolic link into /private. That is also true for … Read more