logo
icon

Docker Registry UI

Docker Registry UI is the simplest and most complete web interface for your private Docker registry (v2 and v3). Browse repositories, view tags and image history, search and filter, and optionally delete images — all from a clean web UI.

template cover
Deployed0 times
Publisherfuturize.rush
Created2026-03-31
Services
service icon
Tags
ToolDocker

Docker Registry UI

A lightweight web UI for browsing and managing your private Docker registry. Supports both Docker Registry v2 and v3.

What You Can Do After Deployment

Visit your domain and connect it to your Docker registry to start browsing images.

Browse: List all repositories and their tags. View image history, layers, and metadata (creation date, architecture, OS).

Search: Filter repositories and tags by name. Supports regex-based filtering.

Delete: Optionally enable image deletion through the UI (requires registry-side configuration).

Multi-registry: Switch between multiple registries from the UI, or lock to a single registry.

Configuration

  • REGISTRY_URL: Set the URL of your Docker registry (required)
  • DELETE_IMAGES: Set to true to enable image deletion through the UI
  • SINGLE_REGISTRY: Set to true to lock to a single registry (hides the registry selector)
  • SHOW_CONTENT_DIGEST: Set to true to show content digests
  • NGINX_LISTEN_PORT: Change the listening port (default: 80)

License

AGPL-3.0 — GitHub