​
DirectorySecurity Advisories
Sign In
Directory
eclipse-mosquitto logo

eclipse-mosquitto

Last changed

Sign In for Updates

Get notified of upcoming product changes, critical vulnerability notifications and patches and more.

Sign In
Versions
Overview
Provenance
Specifications
SBOM
Vulnerabilities
Advisories

Eclipse Mosquitto is an open-source message broker that implements the MQTT protocol. It is lightweight and suitable for use on all devices, from low-power single-board computers to full-scale servers.

Download this Image

The image is available on cgr.dev:

docker pull cgr.dev/chainguard/eclipse-mosquitto:latest

Usage

You can use the following config file to run the Eclipse Mosquitto image for quick testing:

cat <<EOF > mosquitto.conf
listener 1883
allow_anonymous true
EOF

Then, you can run the image with the following command:

docker run -d --name mosquitto -p 1883:1883 -v $(pwd)/mosquitto.conf:/mosquitto/config/mosquitto.conf cgr.dev/chainguard/eclipse-mosquitto:latest

That's it! You can now connect to the Mosquitto broker using an MQTT client.

To get more information about the configuration options, you can refer to the official Mosquitto Quick Start documentation.

Licenses

Chainguard Images contain software packages that are direct or transitive dependencies. The following licenses were found in the "latest" version of this image:

  • Apache-2.0

  • EPL-1.0

  • GCC-exception-3.1

  • GPL-2.0-only

  • GPL-2.0-or-later

  • GPL-3.0-or-later

  • LGPL-2.1-or-later

For a complete list of licenses, please refer to this Image's SBOM.

Software license agreement

Category
application
eclipse
mqtt

Media KitContact Us
© 2024 Chainguard. All Rights Reserved.
Private PolicyTerms of Use

Product

Chainguard Images