A docker container to run MQTT
3.7K
A docker container to run MQTT
Use the following command:
docker run -d --name mosquitto -p 1883:1883 -p 9001:9001 \ -v /path/to/mosquitto.conf:/mosquitto/config/mosquitto.conf \ -v /path/to/data:/mosquitto/data \ -v /path/to/log:/mosquitto/log \ xosadmin/docker-mqtt
Content type
Image
Digest
sha256:957850ad2…
Size
31.7 MB
Last updated
about 2 years ago
docker pull xosadmin/docker-mqtt