Skip to content

avbasov/docker-registry-manager

 
 

Repository files navigation

Build Status GoDoc Release Coverage Status

Docker Registry Manager

Docker Registry Manager is a golang written, beego driven, web interface for interacting with multiple docker registries (one to many).

WARNING: This application is very much still a work in progress. Core functionality exists, but polish and features are still being worked on.

Quickstart

The below steps assume you have a docker registry currently running (with delete mode enabled (https://docs.docker.com/registry/configuration/).

Docker-Compose (Recommended)

Install compose (https://docs.docker.com/compose/install/)

 git clone https://github.com/DemonVex/docker-registry-manager.git && cd docker-registry-manager
 docker-compose up -d
 firefox localhost:8080

Go

   git clone https://github.com/DemonVex/docker-registry-manager.git && cd docker-registry-manager
   go build . && ./docker-registry-manager -verbosity 6
   firefox localhost:8080

Dockerfile

   docker build -t docker-registry-manager .
   docker run --detach --name docker-registry-manager -p 8080:8080 docker-registry-manager

Current Features

  1. Support for docker distribution registry v2 (https and http)
  2. Manage multiple registries with one web instance
  3. Viewable image/tags stages, commands, and sizes. Refreshed every 45s
  4. Bulk deletes of tags
  5. Admin panel with logs, request tracking, and configurable log levels

Planned Features

  1. Authentication for users with admin/read only rights
  2. Registry event logs in "dashboard"

About

Web front end for managing multiple private docker registries

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 64.5%
  • Go 20.5%
  • Smarty 13.2%
  • HTML 1.6%
  • JavaScript 0.2%