...

Text file src/github.com/docker/distribution/contrib/docker-integration/tokenserver-oauth/registry-config-notls.yml

Documentation: github.com/docker/distribution/contrib/docker-integration/tokenserver-oauth

     1version: 0.1
     2loglevel: debug
     3storage:
     4    cache:
     5        blobdescriptor: inmemory
     6    filesystem:
     7        rootdirectory: /tmp/registry-dev
     8http:
     9    addr: 0.0.0.0:5000
    10compatibility:
    11    schema1:
    12        enabled: true
    13auth:
    14    token:
    15        realm: "https://auth.localregistry:5559/token/"
    16        issuer: "registry-test"
    17        service: "registry-test"
    18        rootcertbundle: "/etc/docker/registry/tokenbundle.pem"

View as plain text