This container is maintained by Funky Penguin's Geek Cookbook, a collection of "recipes" to run popular applications on Docker Swarm or Kubernetes, in a cheeky, geek format.
Got more details at:
Based on the work of https://github.com/sourceperl/docker.mqttwarn, I simply forked so that I could have docker-hub auto-build me an image.
Subscribe to MQTT topics (with wildcards) and notifiy pluggable services.
Project from https://github.com/jpmens/mqttwarn.
Nothing
Before building image, we must create mqttwarn.ini configuration file.
See mqttwarn.ini.sample.
Run MQTTwarn with link to mosquitto container:
docker run -d --link mosquitto:mosquitto --name=mqttwarn sourceperl/mqttwarn
Mqttwarn is run as non-root user "mqttwarn" on container and also on the host system.
git clone https://github.com/sourceperl/docker.mqttwarn.git
cd docker.mqttwarn
docker build -t sourceperl/mqttwarn .
Content type
Image
Digest
Size
336.5 MB
Last updated
about 8 years ago
docker pull funkypenguin/mqttwarn