Docker image for mosquitto clients (MQTT publisher and subscriber).
10K+
Mosquitto clients image that allow to execute the mosquitto_pub or mosquitto_sub client to interact with a MQTT broker.
To create this image, execute the following command in the docker-mosquitto-clients folder.
docker build -t cburki/mosquitto-clients .
When you run this image you must specify the client (mosquitto_pub or mosquitto_sub) with these arguments. The example below will show you how to get the help for the mosquitto_pub program.
docker run \
--rm \
-i \
-t \
cburki/mosquitto-clients \
mosquitto_pub --help
Content type
Image
Digest
Size
79.3 MB
Last updated
about 10 years ago
docker pull cburki/mosquitto-clients