Docksentry — Docker Container Update Manager
Your Docker container watchdog — monitors images for updates and lets you manage them via Telegram, with Web UI, auto-rollback, and multi-language support.
Highlights
- Telegram bot with interactive inline buttons for per-container or bulk updates
- Docker Compose support — detects Compose stacks, uses native
docker compose pull/up - Auto-rollback — failed updates or health checks automatically restore the previous container
- 16 languages included (EN, DE, FR, ES, IT, NL, PT, PL, TR, RU, UK, AR, HI, JA, KO, ZH)
- Web UI — optional dashboard with status, history, and settings
- Pin/Freeze & Auto-update — per-container control via Telegram
- Self-update — the bot can update itself
- Zero dependencies — Python standard library only
Quick Start
docker run -d --name docksentry --restart unless-stopped \
-e BOT_TOKEN=your-token -e CHAT_ID=your-id \
-v /var/run/docker.sock:/var/run/docker.sock \
amayer1983/docksentry:latest📖 Full documentation: https://github.com/amayer1983/docksentry#readme