https://github.com/mje-nz/rpi-docker-mosquitto
Mosquitto Docker image for Raspberry Pi (or other armhf)
https://github.com/mje-nz/rpi-docker-mosquitto
docker mosquitto mqtt raspberry-pi smart-home
Last synced: 3 months ago
JSON representation
Mosquitto Docker image for Raspberry Pi (or other armhf)
- Host: GitHub
- URL: https://github.com/mje-nz/rpi-docker-mosquitto
- Owner: mje-nz
- Created: 2017-05-27T09:22:39.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-31T01:58:19.000Z (about 8 years ago)
- Last Synced: 2025-02-23T10:41:35.819Z (over 1 year ago)
- Topics: docker, mosquitto, mqtt, raspberry-pi, smart-home
- Homepage: https://hub.docker.com/r/mjenz/rpi-mosquitto/
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Docker Mosquitto image for Raspberry Pi (or other armhf)
[](https://microbadger.com/images/mjenz/rpi-mosquitto "Get your own image badge on microbadger.com")
This image contains [Eclipse Mosquitto](http://mosquitto.org) 1.4.15, in an Alpine base image.
It's based on [foertel/armhf-alpine-mosquitto](https://github.com/foertel/armhf-alpine-mosquitto).
To run:
```
docker run -p 1883:1883 mjenz/rpi-mosquitto
```
To install as a service:
```
docker run -p 1883:1883 --detach --restart unless-stopped --name mosquitto mjenz/rpi-mosquitto
```