Alternatives to What's Up Docker

A self-hosted tool that watches your containers for image updates and can notify or upgrade automatically. The listings below can replace it for an important use case. Each note says what changes if you switch.

The original

Replacements

Listings that take over the same core job as What's Up Docker.

  • Diun

    A self-hosted tool that notifies you when container images you use get new tags or digests.

    Diun detects new image tags and digests and sends notifications, but only alerts and cannot update containers itself, using file-based configuration without a web interface.

  • Cup

    A lightweight tool with a web dashboard that checks your Docker containers for image updates.

    Cup checks Docker containers for image updates with a web dashboard or command line, reports updates without applying them, and is maintained by a single developer.

  • dockcheck

    A command-line script that checks Docker containers for image updates and can apply them.

    dockcheck is a command-line script that checks and applies Docker image updates with backups and pruning, but works with Docker only and has no graphical interface.

Similar software

Related functionality, not a direct replacement.