Mosquitto MQTT broker on RHEL8 ubi-minimal
2.7K
Docker image base on Red Hat Universal Base Image which includes parameterisation of authentication credentials using environment variables.
| variable | description | default |
|---|---|---|
| ALLOW_ANONYMOUS | allow anonymous access | true |
| PASSWORD_FILE | location of the password file | /app/pwd.txt |
| PASSWORD | the password for the user "mosquitto" | - |
$ docker run --name mosquitto -it -d \
-p 1883:1883 \
-e ALLOW_ANONYMOUS=false
-e PASSWORD="M0squ1tt0mqtt"
gatblau/mosquito
$ docker run --name mosquitto -it -d \
-p 1883:1883 \
gatblau/mosquito
| name | description |
|---|---|
| BOOT | Utility to merge environment variables |
| Dockerfile | location of image build scripts |
Content type
Image
Digest
Size
57.3 MB
Last updated
about 6 years ago
docker pull gatblau/mosquitto