mirror of
/repos/mqtt-broker-docker-image.git
synced 2025-12-30 08:01:36 +01:00
Create README.md
This commit is contained in:
parent
d5373d226d
commit
81f9e213c9
13
README.md
Normal file
13
README.md
Normal file
@ -0,0 +1,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