github.com/npaton/distribution@v2.3.1-rc.0+incompatible/cmd/registry/config-example.yml (about)

     1  version: 0.1
     2  log:
     3    fields:
     4      service: registry
     5  storage:
     6      cache:
     7          blobdescriptor: inmemory
     8      filesystem:
     9          rootdirectory: /var/lib/registry
    10  http:
    11      addr: :5000
    12      headers:
    13          X-Content-Type-Options: [nosniff]
    14  health:
    15    storagedriver:
    16      enabled: true
    17      interval: 10s
    18      threshold: 3