...
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
10 tls:
11 certificate: "/etc/docker/registry/localregistry.cert"
12 key: "/etc/docker/registry/localregistry.key"
13compatibility:
14 schema1:
15 enabled: true
16auth:
17 token:
18 realm: "https://auth.localregistry:5556/token/"
19 issuer: "registry-test"
20 service: "registry-test"
21 rootcertbundle: "/etc/docker/registry/tokenbundle.pem"
View as plain text