Show HN: Real-time Docker event watcher with multi-channel notifications
github.com·1d·
Discuss: Hacker News

Docker Events

Watch Docker events in real-time and dispatch rich notifications with a lightweight Go service.

This project uses docker system events and forwards meaningful summaries through configurable notification channels powered by nikoksr/notify. It is designed to be small, dependable, and easy to extend with new transports or event processing rules.

Features

  • Real-time streaming of docker system events via a managed watcher
  • Human-friendly notifications enriched with context (timestamp, actor attributes, status)
  • Multi-channel delivery (Slack, Telegram, Discord) powered by github.com/nikoksr/notify
  • Opt-in filtering by Docker event types and CLI filters
  • Environment variable driven configuration with validation at sta…

Similar Posts

Loading similar posts...