Sign inSign up

joshuaavalon/docker-registry-ui

By joshuaavalon

Updated over 8 years ago

Simple docker registry web UI.

Image
0

834

joshuaavalon/docker-registry-ui repository overview

Docker Registry UI

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

Screenshot

Catalog Registry

Deploy

docker run -p 8080:80 -e "REGISTRY_URL=http://localhost:5000/" -d joshuaavalon/docker-registry-ui

Configuration

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.

Tag summary

Content type

Image

Digest

Size

58 MB

Last updated

over 8 years ago

docker pull joshuaavalon/docker-registry-ui