dockcheck
A command-line script that checks Docker containers for image updates and can apply them.
These buttons open the developer's own site, repository or store listing in a new tab. wares.gg does not host downloads.
About dockcheck
dockcheck is a shell script that looks for newer images for your running Docker containers and either tells you about them or updates the containers. It can run interactively, letting you pick which containers to update, or unattended on a schedule.
Options include selective updates, including or excluding specific containers, backing up the old image before updating, pruning old images automatically and sending notifications through a set of templates. It checks for updates without pulling the images first. It suits people running a home server or small Docker host who want updates under their own control.
Strengths
- Checks for updates without pre-pulling images
- Interactive or fully unattended operation
- Image backups before updating and automatic pruning
- Notification templates for update alerts
Limitations
- Command-line only, no graphical interface
- Works with Docker containers only
Details
- Pricing
- FreeFree and published on GitHub.
- License
- Open source, license not stated
- Developer
- mag37
- Platforms
- Linux, Command line
- How it runs
- Downloadable app
- Account
- Not required
- Works offline
- No
- Best suited for
- Home server owners who want controlled Docker image updates
- Categories
- Automation, CLI tools, Container tools
- Last verified
- Added
- Provenance
- Facts checked against the developer's own pages and store listings, 1 sources on file.
Alternatives to dockcheck
Compare allSoftware that can replace dockcheck for an important use case, and what changes if you switch.
What's Up Docker
A self-hosted tool that watches your containers for image updates and can notify or upgrade automatically.
What's Up Docker runs as its own service with support for Compose, Swarm, Kubernetes and Nomad, and can alert or update containers automatically through many triggers.
Cup
A lightweight tool with a web dashboard that checks your Docker containers for image updates.
Cup adds a web dashboard alongside its command-line mode and checks many images quickly, but only reports updates and does not apply them.
Diun
A self-hosted tool that notifies you when container images you use get new tags or digests.
Diun runs as a single binary or container and sends notifications about new tags and digests, but does not update containers itself.
Similar software
Related functionality, not necessarily a direct replacement.
Docker Compose
A command-line tool that defines and runs multi-container applications from a single YAML file.
docker-volume-backup
A small companion container that backs up Docker volumes to local disk or remote storage.
Nautical Backup
A Docker container that backs up the bind mounts and volumes of other containers on a schedule.
lazydocker
A terminal dashboard for Docker and Compose, so you stop typing ps, logs and restart over and over.