Category Docker

Running Multiple VPN Regions in Docker

In an earlier post, we covered split-tunnel VPN proxying: keeping your main application on its normal, direct connection, and routing only specific requests through a VPN container acting as an HTTP proxy. This post extends that pattern to multiple VPN…

Deploying WUD (What’s Up Docker) in Production

Keeping container images up to date across a homelab or small production environment is tedious to do by hand. WUD (What’s Up Docker) solves this by watching your running containers, checking registries for newer images, and optionally triggering updates automatically — all…