dockcheck-web
A webpage showing available image updates for your running containers. (by Palleri)
wud
Keep your containers up-to-date! (by getwud)
| dockcheck-web | wud | |
|---|---|---|
| 16 | 15 | |
| 104 | 3,599 | |
| 0.0% | 3.1% | |
| 5.9 | 8.6 | |
| over 2 years ago | 23 days ago | |
| CSS | TypeScript | |
| GNU General Public License v3.0 only | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
dockcheck-web
Posts with mentions or reviews of dockcheck-web.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-12-10.
-
Is there a tool to monitor container images version locally and notify if there are updates?
DockCheck Web
-
How to get notified about new major / minor versions of a docker container which is fixed to dedicated minor version
So now I use Dockcheck Web nice and simple web page, notifications via Telegram and others. - it's based off of a bash script
-
Is there a centralized Docker Container Management for updating containers?
I use Dock Check web to get a web page of containers that can be updated. It has notifications via telegram, email etc... Then use portainer to update the ones I want.
-
Is there something like homepage that can show all containers but also show if the container needs to be updated?
Hi, I am the creator of dockcheck-web
-
[OC] UPDATE Dockcheck-web, notifications update
I also added support for arm64 My future plan is to make a slim version of dockcheck-web without the webgui. "Dockcheck-slim" with notifications. I have changed the layout for the compose file a littlebit, so make sure to checkout the readme on github.
-
[OC] dockcheck v0.1.9 - semi-auto mass container updates - no updates = no pulls
Also make sure to check out this spin-off webgui/notification project: Palleri/dockcheck-web
-
[OC] Dockcheck-web, docker updates
Documentation
-
[OC] Update: dockcheck - Checking updates for docker images without pulling - automatically update containers by choice.
If there is away to escape this container with apparmor or SELinux enable please let me now on my github [Palleri](https://github.com/Palleri/dockcheck-web)
dockcheck-Web is a spinoff project by u/Palleri and is a great and simple way to just add a monitoring frontend to this script. Currently I don't think there's a way to update from the web, as I think that'd require you to mount your whole docker-root directory for paths.
-
[OC] Script checking updates for docker images without pulling - then optionally auto-update chosen containers.
If you're interested - my mate also made a webgui front for this project, for monitoring: Palleri/dockcheck-web
wud
Posts with mentions or reviews of wud.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-12-12.
-
watchtower VS wud - a user suggested alternative
2 projects | 12 Dec 2025
- Is there a tool to monitor container images version locally and notify if there are updates?
-
The Curse of Docker
We use What's Up Docker [1] to monitor for new versions of docker containers that are created by others (eg. self hosted apps).
For containers we create ourselves, we automatically rebuild them each night which pulls the latest security updates.
[1] https://github.com/fmartinou/whats-up-docker
- How to get notified about new major / minor versions of a docker container which is fixed to dedicated minor version
-
Seatch for apps updates notifier app
If your apps are container images, then there are tools like diun, watchtower and whatsupdocker, those can watch the image repository (like Docker Hub) and notify you if a new/updated image has been found. Some can even download and auto-update for you, but that comes at some risk of course.
-
Jellyfin: Critical remote code execution vulnerability in versions before 10.8.10
I’m going to look into this soon since it seems a bit more accessible: https://github.com/fmartinou/whats-up-docker
- Is there something like homepage that can show all containers but also show if the container needs to be updated?
-
Best practices on updating/maintaining Docker containers
A combination of https://github.com/fmartinou/whats-up-docker and docker compose
-
How do you handle updating services you have running?
Might take a look at what's up docker https://github.com/fmartinou/whats-up-docker
-
Looking for light weight ways I could be notified when I need to update my services to fix failures or critical security issues (particularly for Matrix)
I haven't tried it yet but this project aims to make updating docker containers a lot easier instead of just blindly trusting pull cronjobs or watchtower to work, apparently depending on the registry it can differentiate between minor/major updates and handle them differently: https://github.com/fmartinou/whats-up-docker
What are some alternatives?
When comparing dockcheck-web and wud you can also consider the following projects:
dockcheck - CLI tool to automate docker image updates. Interactive or unattended with notifications, image backups, autoprune, no pre-pulling and more.
Diun - Receive notifications when an image is updated on a Docker registry
dockcheck-slim - A notification service for new docker images.
watchtower - A process for automating Docker container base image updates.