Mosquitto MQTT broker based on Debian Jessie
1.8K
This Dockerfile builds the Mosquitto MQTT broker based on Debian stable. This image uses the Mosquitto version from the official Mosquitto Debian repository.
The Mosquitto MQTT broker runs under the user mosquitto
All configuration and SSL/TLS certificates shall be stored in the /config volume.
Mosquitto is started looking for a config file in /config/mosquitto.conf and exposes following ports:
1883 for unencrypted MQTT8883 for TLS encrypted MQTT8080 for MQTT via Websocket. TLS encryption is recommendeddocker run -p 1883:1883 -p 8883:8883 -p 8080:8080 freakybytes/mosquitto
Adjust port mapping according to your environment.
Content type
Image
Digest
Size
78.5 MB
Last updated
over 8 years ago
docker pull freakybytes/mosquitto