/rpi-openhab2-snapshot

Primary LanguageMakefileApache License 2.0Apache-2.0

rpi-openhab2-snapshot

Raspberry Pi compatible Docker image with Mosquito (an MQTT server) installed.

Build Details

Build the Docker Image

make build

Run the Docker Image

docker run -d --net=host vlabakje/rpi-openhab2-snapshot

This will expose port 8080 to which you can connect your clients.

Push the Docker Image to the Docker Hub

  • First use a docker login with username, password and email address
  • Second push the Docker Image to the official Docker Hub
make push