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?
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
/etcaccessible to the container, but I am not entirely sure I want this. Maybe it's smarter to expose a./homebridgefile instead?