Skip to content

Docker image for MQTTwarn (notifiy pluggable services from topics)

License

Notifications You must be signed in to change notification settings

sourceperl/docker.mqttwarn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MQTTwarn 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 .

About

Docker image for MQTTwarn (notifiy pluggable services from topics)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages