A simple web UI for browsing private docker registries
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
Content type
Image
Digest
sha256:7cc3e8223…
Size
48.6 MB
Last updated
almost 11 years ago
docker pull anigeo/docker-registry-ui