Alternatives to dockcheck

A command-line script that checks Docker containers for image updates and can apply them. 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 dockcheck.

  • 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 a direct replacement.