Sign inSign up

gatblau/mosquitto

By gatblau

Updated over 4 years ago

Mosquitto MQTT broker on RHEL8 ubi-minimal

Image
0

2.7K

gatblau/mosquitto repository overview

Mosquitto MQTT Broker

Docker image base on Red Hat Universal Base Image which includes parameterisation of authentication credentials using environment variables.

Configuration

variabledescriptiondefault
ALLOW_ANONYMOUSallow anonymous accesstrue
PASSWORD_FILElocation of the password file/app/pwd.txt
PASSWORDthe password for the user "mosquitto"-

Usage

Authenticated access

$ docker run --name mosquitto -it -d \
      -p 1883:1883 \
      -e ALLOW_ANONYMOUS=false 
      -e PASSWORD="M0squ1tt0mqtt"
      gatblau/mosquito

Anonymous access

$ docker run --name mosquitto -it -d \
      -p 1883:1883 \
      gatblau/mosquito
namedescription
BOOTUtility to merge environment variables
Dockerfilelocation of image build scripts

Tag summary

Content type

Image

Digest

Size

57.3 MB

Last updated

about 6 years ago

docker pull gatblau/mosquitto