Overview of WUD (What's up Docker?)
mainWUD is a tool designed to keep your Docker containers up-to-date by monitoring them for new image versions. The system operates using three core components:
- WATCHERS: Scan Docker hosts to discover which containers should be monitored.
- REGISTRIES: Query remote Docker registries to identify if new image versions are available.
- TRIGGERS: Execute specific actions (notifications, updates, or custom scripts) when updates are detected.
WUD also provides a Web UI for container insights and manual trigger execution.