Drydockdrydock.codeswhat.com

Dockhand vs Drydock

Dockhand and Drydock are both container update tools with web UIs and security scanning. Drydock adds automatic rollback, maintenance windows, lifecycle hooks, and broader registry and notification coverage — all free and open source.

Dockhand — ActiveDrydock — Active

Feature Comparison

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

FeatureDockhandDrydock
Project statusActively maintainedActively maintained
LanguageGoTypeScript
Web UIYesYes
Image update detectionYesYes
Auto-update containersYesYes (monitor-first)
Vulnerability scanningYes (🥊 Update Bouncer)Yes (Trivy + SBOM + cosign)
Automatic rollbackNoYes, on health check failure
Maintenance windowsNoYes
Lifecycle hooks (pre/post)NoYes, with timeout & abort
Image backupNoPre-update backup with retention
Dry-run previewNoYes
Registry providersMajor registries23 dedicated integrations
NotificationsEmail, Gotify, Ntfy, webhooks, Apprise20 native trigger integrations
MQTT / Home AssistantNoYes
Distributed agentsYes (headless agents)Yes (SSE-based agents)
OIDC / SSOYesYes (Authelia, Auth0, Authentik)
Prometheus metricsPlannedFull /metrics endpoint + Grafana template
Audit logEnterprise onlyYes, free (REST API)
Git-based stack deploymentYesPlanned
Web terminal / shellYesPlanned
File browserYesPlanned
Secret managementEnterprise onlyPlanned (free)
LicenseApache 2.0 / Proprietary (EE)AGPL-3.0

Key Differentiators

Where Drydock goes beyond what Dockhand offers.

Update Safety Controls

Automatic rollback on health check failure, maintenance windows, lifecycle hooks, and dry-run preview. Dockhand can scan and update but lacks these safety primitives for production deployments.

23 Registry Providers

Dedicated integrations for Docker Hub, GHCR, ECR, GCR, GAR, GitLab, Quay, Harbor, Artifactory, Nexus, and more — broader registry support than Dockhand.

20 Notification Services

Slack, Discord, Telegram, Teams, Matrix, SMTP, MQTT, Kafka, Gotify, NTFY, and more. Dockhand's notification options are more limited out of the box.

Free Audit Log

Full audit trail with REST API and Prometheus counter — included free. Dockhand's audit logging is gated behind the Enterprise edition.

SSE-Based Agents

Both tools support distributed monitoring. Drydock uses SSE-based agents for real-time communication with a centralized dashboard.

Fully Open Source

Every Drydock feature is free and open source. Dockhand gates audit logs, secret management, and some features behind an Enterprise tier.

Considering Dockhand?

Both are solid choices. If you want update safety controls (rollback, maintenance windows, hooks) and the broadest registry and notification coverage — all free — Drydock is built for that. One Docker command to get started.

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.