MQTT docker image

Description
MQTT Docker image based on Alpine.
The MQTT broker is mosquitto.
Usage
Start the container:
docker run -d -P --name mqtt ncarlier/mqtt
Build
Build the image with make.
Use make help to see available commands for this image.