michaelmiklis/rpi-habridge
HA-Bridge in a docker container for Raspberry Pi. Based on resin/raspberry-pi-openjdk
227
Run HABridge inside a docker container on your RaspberryPI.
https://github.com/bwssytems/ha-bridge
Based on the work from tsgoff: https://github.com/tsgoff/docker-alexa-ha-bridge
Use --net=host for functional UPnP discovery
docker run --name bridge -d --net=host michaelmiklis/rpi-habridge
Mount backup file and define custom port
docker run --name bridge -d --net=host \
-v /bridge/data/:/bridge/data \
-e PORT="-Dserver.port=8080" \
-e KEY="-Dsecurity.key=Xfawer354WertSdf321234asd" \
-e IP="-Dserver.ip=192.168.1.1" \
-e GARDEN="-Dexec.garden=/bridge/" michaelmiklis/rpi-habridge
docker pull michaelmiklis/rpi-habridge