1
0
mirror of /repos/mqtt-broker-docker-image.git synced 2025-12-30 08:01:36 +01:00
2014-10-02 09:52:46 +02:00

372 B

MQTT broker docker image

MQTT broker docker image. Based on phusion/baseimage and mosquitto

Build is simple:

docker build -t mqtt-broker .

Run image using:

docker run -d -p 1883:1883 --name=mqtt-broker mqtt-broker

Or use "official" image from dockerhub:

docker run -d -p 1883:1883 --name=mqtt-broker villlem/mqtt-broker:latest