Sign inSign up

cburki/mosquitto-clients

By cburki

Updated about 10 years ago

Docker image for mosquitto clients (MQTT publisher and subscriber).

Image
1

10K+

cburki/mosquitto-clients repository overview

Summary

Mosquitto clients image that allow to execute the mosquitto_pub or mosquitto_sub client to interact with a MQTT broker.

Build the image

To create this image, execute the following command in the docker-mosquitto-clients folder.

docker build -t cburki/mosquitto-clients .

Run the image

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

Tag summary

Content type

Image

Digest

Size

79.3 MB

Last updated

about 10 years ago

docker pull cburki/mosquitto-clients