openHAB image using Oracle Java 8 for Raspberry Pi.
10K+
See Github repository to learn more, including usage information.
Docker image of openHAB 1.6.2 using the rpi-java base image.
$ git clone https://github.com/sdhibit/docker-rpi-openhab.git
$ cd docker-rpi-openhab
$ sudo docker build -t docker-rpi-openhab .
By default, this image will run the demo configuration if the openhab.cfg file is not found in /etc/openhab. The demo sitemap can be viewed at the following url: http://{host-ip}:8080/openhab.app?sitemap=demo
$ sudo docker run \
--publish=8080:8080 \
--publish=8443:8443 \
--publish=5555:5555 \
--detach=true \
sdhibit/rpi-openhab
Content type
Image
Digest
sha256:d283ca92b…
Size
-
Last updated
over 11 years ago
docker pull sdhibit/rpi-openhab