Build files to get a docker container running a mosquitto broker
Example to run the container:
docker run -d --name my-mqtt-broker -p 9000:58821 bboykin87/mosquitto
Future plans :
- To add build arguments and environment variables to be able to set various options quickly via cli switches
More to come!
Grab the image using :
docker pull bboykin87/mosquitto