Docker image for Homebrigde by nfarina
For details see https://github.com/nfarina/homebridge
This is simply wrapping the source in a runnable Docker image for everyone that cannot install the dev environment on his machine or everyone that wants a simple containerized solution.
Copy config-sample.json
to config.json
and adapt to your likings.
When building and running on a Raspberry PI, use homebridge-pi.sh
instead of homebridge.sh
./homebridge.sh build
./homebridge.sh run
./homebridge.sh stop
(after stopping)
./homebridge.sh start
(needed before run is possible again)
./homebridge.sh remove
Stops and removes the containers, then performs run again
./homebridge.sh rerun
Attaches to the running container
./homebridge.sh attach
Diplays stdout log of the running container
./homebridge.sh logs