joxit/docker-registry-ui

The simplest and most complete UI for your private docker registry v2 and v3

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 34 minutes ago
Added to GitGenius on September 19th, 2026
Created on April 9th, 2016
Open Issues & Pull Requests: 42 (+0)
GitHub issues: Enabled
Number of forks: 369
Total Stargazers: 3,532 (+0)
Total Subscribers: 23 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 5.2 days
Mean response time: 61.5 days
90th percentile: 116.2 days
Tracked items: 62

Most active contributors

Sign in to see contributor activity.

How this project is maintained

100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Three people close 94% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 28
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 541 days
Stale 30+ days: 28
Stale 90+ days: 26

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • question (15)
  • enhancement (4)
  • Related to Docker Registry (3)
  • bug (1)
  • wontfix (1)

Most active issues this week

Sign in to see which issues are moving.

Detailed Description

Docker Registry UI is a web user interface for private Docker registry v2 and v3 installations.

The tool addresses the need for a visual way to browse and manage Docker registries without command-line tools. It provides a browser-based interface that connects to your registry and displays available images and tags. The interface is built with Riot, a lightweight React-like UI library, combined with riot-mui components for the visual layer. Users can customize the interface through various configuration options, with a key feature being the SINGLE_REGISTRY option that locks the UI to a single registry rather than allowing dynamic selection between multiple registries.

The project suits teams running private Docker registries who want their developers to explore available images through a graphical interface. It works with both Docker registry v2 and v3, making it compatible with current and recent registry versions. The tool is distributed as Docker images based on nginx, available in Alpine and Debian variants, which simplifies deployment in containerized environments. For teams migrating from earlier versions, the project provides a migration guide from version 1.x to 2.x.

Development activity shows consistent engagement with the codebase through regular updates and maintenance. The project maintains multiple release channels including stable releases, versioned tags for specific versions, and a main branch for beta features, indicating active development and a structured release process. The availability of a Helm Chart alongside the Docker images demonstrates attention to Kubernetes deployment patterns. The presence of examples and a live demo suggests the maintainers invest in making the project accessible to new users.