
Dockcheck
CLI tool to check and automate Docker container image updates

Dockcheck is a Bash-based CLI utility for checking whether your running Docker containers have newer images available, and optionally updating them. It supports both interactive selection and unattended automation, with a focus on efficient registry checks without pre-pulling images.
Key Features
- Interactive or unattended update runs, including selective include/exclude of containers
- Checks for available image updates without pre-pulling images (helps minimize unnecessary pulls)
- Optional image backup before updating for easier rollback, with retention by days
- Notification system with multiple pluggable channels (for update availability and runs)
- Label-based targeting to only act on explicitly marked containers
- Optional auto-prune of dangling images after updates
- Prometheus textfile export for node_exporter (metrics output)
- Supports timeouts and concurrent/asynchronous checks for faster runs
Use Cases
- Automate routine Docker image update checks on a homelab server and get notified only when changes occur
- Selectively update only a subset of containers while excluding critical workloads
- Create simple rollback safety by backing up images before pulling new versions
Limitations and Considerations
- Designed for Docker workflows; while it can check updates for some docker run containers, it won’t automatically update those containers
- Some functionality relies on external tools such as jq and regctl, and regctl availability may be limited on certain CPU architectures
Dockcheck is a practical fit for operators who want a lightweight, scriptable approach to container update checks, with optional automation and notifications. It is especially useful where you want control over what gets updated and when, without adopting a heavier management platform.
Categories:
Tags:
Tech Stack:
Similar Services

Netdata
Real-time, per‑second full‑stack monitoring and observability
Open-source, agent-based monitoring platform delivering per-second metrics, edge ML anomaly detection, tiered time-series storage and centralized cloud UI.

Coolify
Self-hosted PaaS for deploying apps, databases, and services
Open-source, self-hostable PaaS to deploy websites, full-stack apps, databases, and Docker services on your own servers with Git-based CI/CD workflows.

Portainer
Web UI and API for managing Docker and Kubernetes environments
Lightweight web-based platform to manage Docker, Swarm and Kubernetes resources with a GUI and API, including access control and multi-environment operations.


CasaOS
Personal cloud dashboard and app store for Docker-based home servers
Open-source personal cloud system with a web dashboard, app store, and file management to run and manage Docker apps on home servers and SBCs.


Dokku
Docker-powered PaaS for deploying apps on a single host
Dokku is a self-hosted, Docker-based mini PaaS that lets you deploy Heroku-style apps via Git push, using buildpacks or Dockerfiles with plugin-managed services.

Dokploy
Self-hosted PaaS to deploy and manage containerized apps and databases.
Open-source self-hostable PaaS for deploying containerized applications and managing databases with Docker Compose, Traefik, monitoring, and backups.
Docker
Bash