Drydockdrydock.codeswhat.com

WUD vs Drydock

Drydock is a fork of What's Up Docker (WUD) that has evolved significantly — migrating to TypeScript, adding security scanning, distributed agents, audit logging, rollback, and 10 additional registry providers.

WUD — ActiveDrydock — Active

Feature Comparison

A side-by-side look at what each tool offers.

FeatureWUDDrydock
Project statusActively maintainedActively maintained
LanguageJavaScriptTypeScript (full ESM)
Web UIYesYes (redesigned)
Auto-update containersYesYes
Docker Compose updatesYesYes, with multi-network support
Registry providers1323
Notifications16 triggers20 native trigger integrations
Security scanningNoneTrivy + SBOM + cosign verification
OIDC authenticationOIDC supportedAuthelia, Auth0, Authentik
REST APIYesYes (expanded)
Prometheus metricsYesYes + Grafana dashboard template
MQTT / Home AssistantYesYes
Image backup & rollbackNonePre-update backup with retention + auto rollback
Container groupingYesYes (enhanced with batch actions)
Lifecycle hooksNonePre/post-update shell commands
Webhook APINoneToken-authenticated webhooks for CI/CD
Container actionsNoneStart/stop/restart from UI/API
Distributed agentsNoneSSE-based agent architecture
Audit logNoneYes, with REST API & Prometheus counter
Semver-aware updatesYesYes
Container log viewerNoneYes, with level filtering & auto-fetch
Test frameworkJestVitest 4
LicenseMITAGPL-3.0

Key Differentiators

Where Drydock goes beyond what WUD offers.

Fork & Evolve

Drydock started as a WUD fork, then migrated to TypeScript, added security scanning, distributed agents, audit logging, and dozens of new features. It's WUD's foundation taken much further.

Security Scanning

Trivy vulnerability scanning, SBOM generation (CycloneDX & SPDX), cosign signature verification, and 🥊 Update Bouncer to block vulnerable deploys. WUD has no security scanning.

Distributed Agents

Monitor remote Docker hosts via lightweight SSE-based agents with a centralized dashboard. WUD only monitors the local Docker socket.

23 Registry Providers

10 more registries than WUD — including GAR, Harbor, Artifactory, Nexus, Alibaba Cloud, IBM Cloud, and Oracle Cloud.

Rollback & Backup

Pre-update image backups with configurable retention, dry-run preview, and automatic rollback on health check failure. None of these exist in WUD.

4 More Trigger Services

Google Chat, Matrix, Mattermost, and Microsoft Teams (Adaptive Cards) plus enhanced configuration for existing triggers.

Coming from WUD?

Drydock is a direct WUD fork, so migration is straightforward. Your existing Docker socket mount works as-is. You'll get the same monitoring capabilities plus security scanning, agents, audit log, and a modernized UI.

Quick start
$ docker run -d \
  --name drydock \
  -v /var/run/docker.sock:/var/run/docker.sock \
  -p 3000:3000 \
  codeswhat/drydock

Ready to try Drydock?

Open source, AGPL-3.0 licensed, and actively maintained.