mirror of
/repos/mqtt-broker-docker-image.git
synced 2025-12-30 08:01:36 +01:00
Fix the readme formating
This commit is contained in:
parent
ba66668dc7
commit
8fa2b54c01
@ -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``
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user