aboutsummaryrefslogtreecommitdiffstats
path: root/templates/docker_distribution/registry_config.yml.erb
blob: d5228fb647bd4532d82f74239f29a41bead1db5c (plain)
1
2
3
4
5
6
7
8
9
10
11
version: 0.1
log:
  fields:
    service: registry
storage:
    cache:
        layerinfo: inmemory
    filesystem:
        rootdirectory: /var/lib/registry
http:
    addr: <%= @registry_host %>:<%= @registry_port %>