You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not the OP, but I think I'm struggling in the same way. Some background info- I'm a Docker novice (can do the basics but have to follow guides for more complex cases). I've never heard of pulseaudio until trying to setup Mycroft on Docker (following this guide).
docker: Error response from daemon: Mounts denied:
The path /pulse/native is not shared from OS X and is not known to Docker.
This is clear enough, I need to fix the path so the docker container knows where pulseaudio is. I have pulseaudio installed with homebrew, so I run the following to get the path to pulseaudio:
brew --prefix pulseaudio
# which prints /usr/local/opt/pulseaudio
The problem is I don't know what paths to update. Where should it be pointing? Here's what the directory structure looks like at /usr/local/opt/pulseaudio:
The only other pulseaudio items mentioned in the Mycroft setup guide are the pulseaudio cookie, which I seem to have setup correctly, and the PULSE_SERVER env var, which I don't have (and don't know what to set it to).
I know I'm exposing a lot of my ignorance here, but hopefully this adds more context to the original request to improve documentation at this step.
HI, How to run mycroft on docker MAC. Basically what config parameters should be specified. I have install pulseaudio
The text was updated successfully, but these errors were encountered: