Simple Docker registry v2 viewer
- 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
- 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
- docker run -d -e title='titleOfthisApp' -e registryurl="http://registry.url.com" -p 8083:8083 nopp/registry-ui:0.1