How to use WUD to monitor container updates

WUD monitors running containers, compares them to the latest registry tags, and displays everything in a simple dashboard.

Updating Docker containers is fairly easy when there are only a few services. But as the system grows, things quickly become complicated. Each container has its own tags and release cycle, meaning you need to constantly switch between Docker Hub and GitHub just to see if anything has changed. We need a better way to update containers without constant manual checking.

 

That's when many people started using What's Up Docker (WUD) . WUD monitors running containers, compares them to the latest registry tags, and displays everything in a simple console. It doesn't force updates; instead, it provides you with the necessary information to decide when to take action.

How What's Up Docker (WUD) Works

WUD is a lightweight tool that helps monitor your Docker containers without modifying them. It simply monitors the containers you select by adding labels (e.g., wud.watch=true) to the 'docker-compose.yml' file. This keeps the console simple and clean.

When the WUD detects a container, it compares the local image to the latest version available in the repository. It understands versioning rules, so you can choose which updates to monitor, such as only minor updates, while ignoring major, error-causing changes. Finally, the web console displays all results and clearly marks containers as updated or in need of updating.

 

Setting up WUD is very easy.

Setting up a WUD is very simple. You can run a WUD using a small and simple 'docker-compose.yml' file. To do this, first create a directory to store the WUD data and move it into that directory using the `cd :` command .

mkdir wud && cd wud

Inside this directory, create a file named 'docker-compose.yml' and add the following configuration:

services: wud: image: getwud/wud:latest container_name: wud security_opt: - no-new-privileges=true read_only: true restart: unless-stopped volumes: - /var/run/docker.sock:/var/run/docker.sock:ro - ./store:/store:rw ports: - "3000:3000" environment: WUD_BASE_URL: http://localhost:3000

Note : Keep the settings to a minimum and focus on local monitoring. You can add notifications later using triggers.

Finally, run the following command to start the WUD container in the background:

docker compose up -d

Once the setup is complete and the container is running, you can access the WUD at http://localhost:3000 in your browser.

See everything at a glance: Explore the WUD dashboard.

When you access the WUD dashboard, the homepage immediately displays a clear overview of containers, monitors, registry, and triggers, making it easy to understand what the WUD monitors and how everything connects.

 

Containers are the heart of WUD. This is where you can see all your running Docker containers, along with their current image versions and update status.

The WUD clearly shows whether a container has been updated or if there's a newer image available, so you don't need to manually check tags or change logs.

Watchers represent the Docker hosts that the WUD is monitoring. In the example setup, a watcher defines how the WUD connects to Docker, including the Docker socket location, the frequency of update checks, and optional cron schedules. This is useful when you are monitoring multiple servers or environments, as each watcher can be configured independently.

 

Registries define the origin of container images. These are upstream image sources, such as Docker Hub, GitHub Container Registry, or GitLab. By configuring repositories, you can control how the WUD authenticates and retrieves version information, which is especially useful when working with private images.

Triggers determine what happens when an update is detected. Instead of automatically updating the container, WUD gives you control.

You can configure triggers to send emails, activate webhooks, run scripts, or send notifications to services like Telegram, Discord, Slack, or Pushover.

In this way, WUD helps you consider, decide, and act precisely as you want when managing updates in a real-world production or self-hosted environment, instead of blindly updating containers.

Other Linux articles
Category

System

Windows XP

Windows Server 2012

Windows 8

Windows 7

Windows 10

Wifi tips

Virus Removal - Spyware

Speed ​​up the computer

Server

Security solution

Mail Server

LAN - WAN

Ghost - Install Win

Fix computer error

Configure Router Switch

Computer wallpaper

Computer security

Mac OS X

Mac OS System software

Mac OS Security

Mac OS Office application

Mac OS Email Management

Mac OS Data - File

Mac hardware

Hardware

USB - Flash Drive

Speaker headset

Printer

PC hardware

Network equipment

Laptop hardware

Computer components

Advice Computer

Game

PC game

Online game

Mobile Game

Pokemon GO

information

Technology story

Technology comments

Quiz technology

New technology

British talent technology

Attack the network

Artificial intelligence

Technology

Smart watches

Raspberry Pi

Linux

Camera

Basic knowledge

Banking services

SEO tips

Science

Strange story

Space Science

Scientific invention

Science Story

Science photo

Science and technology

Medicine

Health Care

Fun science

Environment

Discover science

Discover nature

Archeology

Life

Travel Experience

Tips

Raise up child

Make up

Life skills

Home Care

Entertainment

DIY Handmade

Cuisine

Christmas

Application

Web Email

Website - Blog

Web browser

Support Download - Upload

Software conversion

Social Network

Simulator software

Online payment

Office information

Music Software

Map and Positioning

Installation - Uninstall

Graphic design

Free - Discount

Email reader

Edit video

Edit photo

Compress and Decompress

Chat, Text, Call

Archive - Share

Electric

Water heater

Washing machine

Television

Machine tool

Fridge

Fans

Air conditioning

Program

Unix and Linux

SQL Server

SQL

Python

Programming C

PHP

NodeJS

MongoDB

jQuery

JavaScript

HTTP

HTML

Git

Database

Data structure and algorithm

CSS and CSS3

C ++

C #

AngularJS

Mobile

Wallpapers and Ringtones

Tricks application

Take and process photos

Storage - Sync

Security and Virus Removal

Personalized

Online Social Network

Map

Manage and edit Video

Data

Chat - Call - Text

Browser and Add-on

Basic setup