Docker Registry Browser

screenshot of Docker Registry Browser
rails

Web Interface for the Docker Registry HTTP API V2 written in Ruby on Rails.

Overview

The Docker Registry Browser offers a user-friendly web interface for interacting with the Docker Registry HTTP API V2. Built using Ruby on Rails, this tool simplifies the management and exploration of Docker images and tags, making it an essential addition for developers and system administrators who regularly work with containerized applications. Its comprehensive documentation ensures users can effectively configure and utilize the application to meet their specific needs.

Features

  • User-Friendly Interface: Navigate through repositories, tags, and images easily with a clean and straightforward layout.
  • Tag Management: View detailed information about each tag, including metadata and ownership, for better organization.
  • Delete Tag Option: Effortlessly remove obsolete tags to keep your registry clutter-free and maintain a tidy environment.
  • Open Source: Available under the MIT License, allowing for community contributions and modifications.
  • Kubernetes Support: Deploy the application seamlessly with a helm-chart to integrate into Kubernetes environments.
  • Robust Documentation: Comprehensive guides and configuration options ensure users can make full use of the application’s capabilities.
  • Secure Configuration: The application features secure key management, which can be easily generated for enhanced safety.
rails
Ruby on Rails

Ruby on Rails, often referred to as Rails, is an open-source web application framework written in Ruby. Known for its convention over configuration and don't repeat yourself (DRY) principles, Rails simplifies and accelerates the development of database-backed web applications.

docker
Docker

A website that uses Docker for containerization to streamline development, testing, and deployment workflows. This includes features such as containerization of dependencies, automated builds and deployments, and container orchestration to ensure scalability and availability.