patrickbusch / homebridge-docker

Dockerized homebridge - HomeKit support for the impatient
Apache License 2.0
62 stars 118 forks source link

The path /etc/homebridge is not shared from OS X and is not known to Docker. #14

Open tkothe opened 7 years ago

tkothe commented 7 years ago

Out of the box I get

The path /etc/homebridge
is not shared from OS X and is not known to Docker. 
You can configure shared paths from Docker -> Preferences... -> File Sharing.
See https://docs.docker.com/docker-for-mac/osxfs/#namespaces for more info.

on OS X Sierra, when running ./homebridge.sh run (build ran successful). I have Docker 1.12.3 (stable channel). I'm sure this is easy to resolve but I have to run now and already wanted to log this here and now 😄

I guess I can solve this by making /etc accessible to the container, but I am not entirely sure I want this. Maybe it's smarter to expose a ./homebridge file instead?

radinsky commented 7 years ago

same here