Skip to content

A deployable docker container of mosquitto MQTT broker

Notifications You must be signed in to change notification settings

niftyprojects/mqtt_broker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Simple mosquitto MQTT broker Docker image

You probably don't want to expose this to the internet at large as there is no authentication at present.

Building

git clone https://github.com/niftyprojects/mqtt_broker.git
cd mqtt_broker
docker build -t mosquitto:latest .

Running

docker run --name mosquitto -it --rm -p 1883:1883 mosquitto

About

A deployable docker container of mosquitto MQTT broker

Resources

Stars

Watchers

Forks

Packages

No packages published