Raspberry Pi compatible Docker image with Mosquito (an MQTT server) installed.
- Source Project Page
- Source Repository
- Dockerfile
- [DockerHub] (https://registry.hub.docker.com/u/vlabakje/rpi-mqtt/)
make build
docker run -d --net=host vlabakje/rpi-openhab2-snapshot
This will expose port 8080 to which you can connect your clients.
- First use a
docker login
with username, password and email address - Second push the Docker Image to the official Docker Hub
make push