Sign inSign up

nopp/registry-ui

By nopp

Updated over 6 years ago

Simple Docker registry v2 viewer

Image
0

163

nopp/registry-ui repository overview

Registry UI

Simple Docker registry v2 viewer

Under development ;)

Running local

  1. pip3 install -r requirements.txt
  2. Edit config.json with your informations
  3. Create /etc/registry-ui
  4. Copy config.json to /etc/registry-ui
  5. python3 registryui.py

Running with local Docker

  1. docker build -t registry-ui .
  2. docker run -d -e title='titleOfthisApp' -e registryurl="http://registry.url.com" -p 8083:8083 registry-ui

To access: http://localhost:8083

Running from hub.docker.com image

  1. docker run -d -e title='titleOfthisApp' -e registryurl="http://registry.url.com" -p 8083:8083 nopp/registry-ui:0.1

Screenshot v0.1

Image Alt Image Alt

Tag summary

Content type

Image

Digest

Size

32.7 MB

Last updated

over 6 years ago

docker pull nopp/registry-ui:0.1.1