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
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?
The text was updated successfully, but these errors were encountered:
Out of the box I get
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?The text was updated successfully, but these errors were encountered: