{"id":16541869,"url":"https://github.com/damianmoore/docker-mosquitto-arm32v6","last_synced_at":"2026-04-09T16:02:27.746Z","repository":{"id":146520310,"uuid":"102535247","full_name":"damianmoore/docker-mosquitto-arm32v6","owner":"damianmoore","description":"Eclipse Mosquitto MQTT broker Docker image for running on a Raspberry Pi Zero","archived":false,"fork":false,"pushed_at":"2017-09-05T23:28:43.000Z","size":2,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-14T10:15:17.654Z","etag":null,"topics":["arm","armv6","docker","docker-image","mosquitto","mqtt","mqtt-broker","raspberry-pi","raspberry-pi-zero"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/damianmoore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-09-05T22:22:19.000Z","updated_at":"2018-10-21T18:20:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"a0d18506-1bc2-4a4b-8ec0-155ef5981274","html_url":"https://github.com/damianmoore/docker-mosquitto-arm32v6","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damianmoore%2Fdocker-mosquitto-arm32v6","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damianmoore%2Fdocker-mosquitto-arm32v6/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damianmoore%2Fdocker-mosquitto-arm32v6/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damianmoore%2Fdocker-mosquitto-arm32v6/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/damianmoore","download_url":"https://codeload.github.com/damianmoore/docker-mosquitto-arm32v6/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241794136,"owners_count":20021192,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arm","armv6","docker","docker-image","mosquitto","mqtt","mqtt-broker","raspberry-pi","raspberry-pi-zero"],"created_at":"2024-10-11T18:56:06.498Z","updated_at":"2026-04-09T16:02:27.678Z","avatar_url":"https://github.com/damianmoore.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Eclipse Mosquitto v1.4.12 Docker Image\n\nBased off https://hub.docker.com/r/_/eclipse-mosquitto/ using Alpine Linux arm32v6 base image and compiled on a Raspberry Pi Zero.\n\n## Quick Start\n\n    docker run -d -p 1883:1883 -p 9001:9001 --name=mosquitto --restart=always damianmoore/mosquitto-arm32v6\n\n## Mount Points\n\nThree mount points have been created in the image to be used for configuration, persistent storage and logs.\n```\n/mosquitto/config\n/mosquitto/data\n/mosquitto/log\n```\n\n\n## Configuration\n\nWhen running the image, the default configuration values are used.\nTo use a custom configuration file, mount a **local** configuration file to `/mosquitto/config/mosquitto.conf`\n```\ndocker run -it -p 1883:1883 -p 9001:9001 -v \u003cpath-to-configuration-file\u003e:/mosquitto/config/mosquitto.conf eclipse-mosquitto:1.4.12\n```\n\nConfiguration can be changed to:\n\n* persist data to `/mosquitto/data`\n* log to `/mosquitto/log/mosquitto.log`\n\ni.e. add the following to `mosquitto.conf`:\n```\npersistence true\npersistence_location /mosquitto/data/\n\nlog_dest file /mosquitto/log/mosquitto.log\n```\n\n**Note**: If a volume is used, the data will persist between containers.\n\n## Build\nBuild the image:\n```\ndocker build -t eclipse-mosquitto:1.4.12 .\n```\n\n## Run\nRun a container using the new image:\n```\ndocker run -it -p 1883:1883 -p 9001:9001 -v \u003cpath-to-configuration-file\u003e:/mosquitto/config/mosquitto.conf -v /mosquitto/data -v /mosquitto/log eclipse-mosquitto:1.4.12\n```\n:boom: if the mosquitto configuration (mosquitto.conf) was modified\nto use non-default ports, the docker run command will need to be updated\nto expose the ports that have been configured.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdamianmoore%2Fdocker-mosquitto-arm32v6","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdamianmoore%2Fdocker-mosquitto-arm32v6","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdamianmoore%2Fdocker-mosquitto-arm32v6/lists"}