1
0
mirror of /repos/mqtt-broker-docker-image.git synced 2026-06-25 13:50:55 +02:00

Fix the readme formating

This commit is contained in:
Vojtěch Orgoň
2014-10-02 09:52:46 +02:00
parent ba66668dc7
commit 8fa2b54c01
+3
View File
@@ -4,10 +4,13 @@ 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``