Simple docker registry web UI.
834
Simple docker registry web UI. This is designed to work with registry v2.
Note that this is design for managing LOCAL registry. Hence, it does not have authorization functions

docker run -p 8080:80 -e "REGISTRY_URL=http://localhost:5000/" -d joshuaavalon/docker-registry-ui
These configurations can be set by environment variables.
DEBUG: Set to True to enable Flask debug mode.REGISTRY_URL: Required. Set to registry API. E.g. http://localhost:5000/REGISTRY_VERIFY_SSL: Set to False to ignore SSL error.REGISTRY_AUTHORIZATION: Authorization header for the API access.Content type
Image
Digest
Size
58 MB
Last updated
over 8 years ago
docker pull joshuaavalon/docker-registry-ui