Open 10d9e opened 2 years ago
cc @corinne-antonia
Here's a demo of one of the more popular v2 registry UIs
docker-compose.yml
version: "2"
services:
app:
image: jc21/registry-ui:latest
ports:
- 4000:80
environment:
- REGISTRY_HOST=ipcr.io
- REGISTRY_SSL=false
- REGISTRY_DOMAIN=ipcr.io
- REGISTRY_STORAGE_DELETE_ENABLED=
restart: on-failure
docker-compose up
This one runs much faster:
docker run --name registry-browser -e DOCKER_REGISTRY_URL=https://ipcr.io -p 8080:8080 klausmeyer/docker-registry-browser
Currently there is no user interface for IPCR. Since it follows the registry v2 spec, a bootstrap might be to use/brand an existing registry UI.