Skip to content

MacOS Folder Permissions

MacOS Docker and Host File Sharing

On MacOS it is picky about what is and isn’t allowed to access and especially file mounts outside of the MacOS User location.

docker: Error response from daemon: Mounts denied: 
The path /media/shared/flamenco/development is not shared from the host and is not known to Docker.
You can configure shared paths from Docker -> Preferences... -> Resources -> File Sharing.
See https://docs.docker.com/desktop/mac for more info.
ERRO[0000] error waiting for container: context canceled 

Follow the instructions and allow Docker to access this location and re-run the Docker container.