Docker event collector. [DEPRECATED]
100K+
Dockerfile linksWhere to file issues: https://github.com/swarmpit/event-collector/issues
Source code: https://github.com/swarmpit/event-collector
Event collector is simple go app that listens on docker sock and send events to given endpoint.
docker run -d \
--name event-collector \
--env DOCKER_SOCKET=unix:///var/run/docker.sock
--env EVENT_ENDPOINT=http://endpoint_to_send_events \
--volume /var/run/docker.sock:/var/run/docker.sock \
swarmpit/event-collector:latest
Content type
Image
Digest
Size
2.4 MB
Last updated
over 8 years ago
docker pull swarmpit/event-collector