Registry UI
Simple Docker registry v2 viewer
Under development ;)
Running local
- pip3 install -r requirements.txt
- Edit config.json with your informations
- Create /etc/registry-ui
- Copy config.json to /etc/registry-ui
- python3 registryui.py
Running with local Docker
- docker build -t registry-ui .
- 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
- docker run -d -e title='titleOfthisApp' -e registryurl="http://registry.url.com" -p 8083:8083 nopp/registry-ui:0.1
Screenshot v0.1
