A simple web UI for browsing private docker registries
- python-flask
- python-dateutil
Install a private docker registry and python run.py
on the same server.
Browse to http://localhost:8080
to begin using.
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
-
REGISTRY_URL
URL of private registry
Default:http://localhost:5000
-
API_VERSION
API version
Default:v1
-
DEBUG
Toggle debug mode
Default:False