docker-registry-manager

command module
v0.0.0-...-551b004 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 13, 2017 License: Apache-2.0 Imports: 5 Imported by: 0

README

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/).

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"

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
models

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL