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.

Automated install script — one command deploys WUD on port 3046 with read-only Docker socket access to watch your containers.
View on GitHub

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

PortPurpose
3046Web UI + API (host → container 3000)

Overview

Why Use It

When You Need It

    Who Should Use It

      Real Use Cases

        Main Features

          How to Use After Installation

            Security Best Practices

              Ports and Firewall Notes

              Backup and Maintenance

                Common Mistakes

                  Troubleshooting

                    Alternatives

                    When Not to Use It

                    PrismaTechWork Professional Help

                      Contact Us

                      Frequently Asked Questions