marcoraddatz / homebridge-docker

Dockerized Homebridge. No plugins pre-defined, hassle-free setup. Read instructions!
Apache License 2.0
127 stars 47 forks source link

Cannot run on Raspberry Pi? #16

Closed crhan closed 7 years ago

crhan commented 7 years ago

standard_init_linux.go:178: exec user process caused "exec format error"

marcoraddatz commented 7 years ago

Which version are you using? Have you made sure the linked paths are correct? (https://github.com/marcoraddatz/homebridge-docker/blob/master/homebridge.sh#L25)

crhan commented 7 years ago

Problem fixed by using rpi image. And there are some tricky teches can make docker hub to build arm image from x86 hosts

My fork: https://github.com/crhan/homebridge-docker/tree/rpi my hub image: crhan/rpi-homebridge:rpi-latest reference: https://resin.io/blog/building-arm-containers-on-any-x86-machine-even-dockerhub/