Docker Registry UI

Private Docker Registry UI

Example docker-compose.yml

services:
  docker-registry-ui:
    container_name: docker-registry-ui
    image: joxit/docker-registry-ui:main
    restart: always
    environment:
      - SINGLE_REGISTRY=true
      - REGISTRY_TITLE=Docker Registry UI
      - DELETE_IMAGES=false
      - SHOW_CONTENT_DIGEST=true
      - SHOW_CATALOG_NB_TAGS=true
      - THEME=dark
      - NGINX_PROXY_PASS_URL=http://docker-registry:5000