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

anigeo/docker-registry-ui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple web UI for browsing private docker registries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%