mirror of
/repos/mqtt-broker-docker-image.git
synced 2026-02-27 17:42:01 +01:00
Create README.md
This commit is contained in:
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``
|
||||||
Reference in New Issue
Block a user