Skip to content
This repository was archived by the owner on Sep 2, 2023. It is now read-only.

Latest commit

 

History

History
35 lines (24 loc) · 710 Bytes

File metadata and controls

35 lines (24 loc) · 710 Bytes

docker-registry-ui

A simple web UI for browsing private docker registries

Requirement

  • python-flask
  • python-dateutil

Usage

Install a private docker registry and python run.py on the same server.

Browse to http://localhost:8080 to begin using.

Run as docker container

docker build -t anigeo/docker-registry-ui github.com/anigeo/docker-registry-ui
docker run -d -e REGISTRY_URL=<http://registry:5000> anigeo/docker-registry-ui

Environment

  • REGISTRY_URL
    URL of private registry
    Default: http://localhost:5000

  • API_VERSION
    API version
    Default: v1

  • DEBUG
    Toggle debug mode
    Default: False