{"id":20548667,"url":"https://github.com/dmportella/docker-beat","last_synced_at":"2026-05-08T10:36:22.388Z","repository":{"id":144292968,"uuid":"74140827","full_name":"dmportella/docker-beat","owner":"dmportella","description":"A simple docker event beat server that will distribute docker events to plugins/actors to perform actions against them.","archived":false,"fork":false,"pushed_at":"2017-05-26T10:47:19.000Z","size":2577,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-15T04:46:18.165Z","etag":null,"topics":["actors","containers","docker","docker-api","docker-beat","docker-events","events","golang","kubernetes","rancher","volume"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dmportella.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2016-11-18T15:17:35.000Z","updated_at":"2018-04-28T11:30:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"266e0a2b-4162-4089-8697-c27803068ad9","html_url":"https://github.com/dmportella/docker-beat","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/dmportella/docker-beat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmportella%2Fdocker-beat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmportella%2Fdocker-beat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmportella%2Fdocker-beat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmportella%2Fdocker-beat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dmportella","download_url":"https://codeload.github.com/dmportella/docker-beat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmportella%2Fdocker-beat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32776943,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["actors","containers","docker","docker-api","docker-beat","docker-events","events","golang","kubernetes","rancher","volume"],"created_at":"2024-11-16T02:14:16.145Z","updated_at":"2026-05-08T10:36:22.380Z","avatar_url":"https://github.com/dmportella.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-beat\nA simple docker event beat server that will distribute docker events to plugins/actors to perform actions against them.\n\n@dmportella\n\n[![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/dmportella/docker-beat/master/LICENSE) [![Build Status](https://travis-ci.org/dmportella/docker-beat.svg?branch=master)](https://travis-ci.org/dmportella/docker-beat) [![GoDoc](https://godoc.org/github.com/dmportella/docker-beat?status.svg)](https://godoc.org/github.com/dmportella/docker-beat) [![Go Report Card](https://goreportcard.com/badge/github.com/dmportella/docker-beat)](https://goreportcard.com/report/github.com/dmportella/docker-beat) [![Github Release](https://img.shields.io/github/release/dmportella/docker-beat.svg)](https://github.com/dmportella/docker-beat/releases)\n\n## Dockerhub\n\n[![dockeri.co](http://dockeri.co/image/dmportella/docker-beat)](https://hub.docker.com/r/dmportella/docker-beat/)\n\n### Supported tags and respective `Dockerfile` files\n\n* [`0.0.6`, `latest` (scratch/dockerfile)](https://github.com/dmportella/docker-beat/blob/0.0.6/dockerfile)\n* [`0.0.5`, (scratch/dockerfile)](https://github.com/dmportella/docker-beat/blob/0.0.5/dockerfile)\n* [`0.0.3`, (scratch/dockerfile)](https://github.com/dmportella/docker-beat/blob/0.0.3/dockerfile)\n* [`0.0.2`, (scratch/dockerfile)](https://github.com/dmportella/docker-beat/blob/0.0.2/dockerfile)\n\n## Current support\n\nCurrently `docker-beat` supports sending docker events to the following endpoints.\n\n - console\n - rabbitmq\n - webhook\n - websockets\n\nSee projects for future endpoints support and additional things on the roadmap.\n\n## Running in Docker\n\nThe docker container supports Docker API Socket as a volume (not recommended) or you can provide the Docker API Url.\n\n### Running docker-beat with Docker API as Socket Volume\n\n\u003e $ docker run --rm -v /var/run/docker.sock:/var/run/docker.sock dmportella/docker-beat --consumer webhook --webhook-endpoint http://requestb.in/rn7cixrn\n\n### Running docker-beat with Docker API as Endpoint\n\n\u003e $ docker run --rm dmportella/docker-beat --consumer webhook --docker-endpoint \"tcp://localhost:2375\" --webhook-endpoint http://requestb.in/rn7cixrn\n\n## Running locally\n\nShould be simple to run the application locally it differs just slightly between OS.\n\n```\ndocker-beat - Version: 0.0.6 Branch: master Revision: 5b8fa31. OSArch: linux/amd64.\nDaniel Portella (c) 2016\nUsage of ./bin/docker-beat:\n  -consumer string\n    \tConsumer to use: Webhook, Rabbitmq, etc. (default \"console\")\n  -docker-endpoint string\n    \tThe Url or unix socket address for the Docker Remote API. (default \"unix:///var/run/docker.sock\")\n  -help\n    \tPrints the help information.\n  -indent\n    \tIndent the json output.\n  -rabbitmq-endpoint string\n    \trabbitmq: The URL that events will be published too. (default \"amqp://guest:guest@localhost:5672/\")\n  -rabbitmq-exchange string\n    \trabbitmq: The exchange docker-beat will publish messages too. (default \"docker-beat\")\n  -rabbitmq-exchange-type string\n    \trabbitmq: The exchange type that docker-beat will create/connect too. (direct|fanout|topic|x-custom) (default \"fanout\")\n  -rabbitmq-reliable\n    \trabbitmq: The ensures messages published are confirmed.\n  -rabbitmq-routing-key string\n    \trabbitmq: The routing key for messages published to the exchange. (default: docker-event (default \"docker-event\")\n  -verbose\n    \tRedirect trace information to the standard out.\n  -webhook-endpoint string\n    \twebhook: The URL that events will be POSTed too.\n  -webhook-skip-ssl-verify\n    \twebhook: Tells docker-beat to ignore ssl verification for the endpoint (not recommented).\n  -websocket-endpoint string\n    \twebsocket: The URL that events will be streamed too.\n  -websocket-origin string\n    \twebsocket: The origin of the request to be used in the web socket stream.\n  -websocket-protocol string\n    \twebsocket: The protocol to be used in the web socket stream.\n```\n\n### Linux, Darwin and FreeBSD\n\n\u003e ./docker-beat --consumer webhook --webhook-endpoint http://requestb.in/rn7cixrn\n\n### Windows\n\n\u003e .\\docker-beat --consumer webhook --docker-endpoint \"tcp://localhost:2375\" --webhook-endpoint http://requestb.in/rn7cixrn\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmportella%2Fdocker-beat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdmportella%2Fdocker-beat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmportella%2Fdocker-beat/lists"}