Video coming soon…
⚙️ Setup WUD (What's Up Docker) — Container Update Notifier
Deploy What's Up Docker on Ubuntu — a tool that watches your running containers for newer image versions and notifies you, with a clean web UI and many notification triggers.
⚠️ This script is provided for demo and testing purposes only. Not intended for production use.
📦 Resources & Setup Scripts
Grab the automated bash script from GitHub to follow along with the video.
Quick Install:
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/management/wud/wud-ubuntu.sh
chmod +x wud-ubuntu.sh
sudo bash wud-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/management/wud/wud-ubuntu.sh
2 Make it Executable
chmod +x wud-ubuntu.sh
3 Run the Installer
The script installs Docker if needed, pulls the getwud/wud image, and starts it on port 3046 with the Docker socket mounted read-only so it can inspect running containers.
sudo bash wud-ubuntu.sh
4 Access the Web UI
Open your browser and navigate to the WUD dashboard to see which of your containers have updates available:
http://<your-server-ip>:3046
Ports Used
| Port | Purpose |
|---|---|
| 3046 | Web UI + API (host → container 3000) |