Sign inSign up

funkypenguin/mqttwarn

By funkypenguin

Updated about 8 years ago

mqttwarn image

Image
1

4.6K

funkypenguin/mqttwarn repository overview

geek-cookbook

Contents

  1. What is funkypenguin/docker.mqttwarn?
  2. Why should I use this?
  3. How do I use it?
  4. CHANGELOG
  5. Upstream

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:


What is funkypenguin/docker.mqttwarn ?

Why should I use this?

How do I use this?

CHANGELOG


Upstream README

MQTTwarn image

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.

Expose

Nothing

Configuration file

Before building image, we must create mqttwarn.ini configuration file.

See mqttwarn.ini.sample.

Container Quickstart

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.

Build images
git clone https://github.com/sourceperl/docker.mqttwarn.git
cd docker.mqttwarn
docker build -t sourceperl/mqttwarn .

Tag summary

Content type

Image

Digest

Size

336.5 MB

Last updated

about 8 years ago

docker pull funkypenguin/mqttwarn