Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 314 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 314 Bytes

dockerfile-mqttwarn

This docker is mqttwarn service: https://github.com/jpmens/mqttwarn

Build the docker image:

docker build -t asg1612/mqttwarn .

Run the container: Link the container with a mqtt server container.

docker run --name mqttwarn -d --link mosquitto:mosquitto asg1612/mqttwarn