github.com/econnell/deis@v1.5.1/registry/conf.d/config.toml (about)

     1  [template]
     2  src   = "config.yml"
     3  dest  = "/docker-registry/config/config.yml"
     4  uid = 0
     5  gid = 0
     6  mode  = "0644"
     7  keys = [
     8    "/deis/cache",
     9    "/deis/registry",
    10    "/deis/store/gateway",
    11  ]
    12  reload_cmd = "/app/bin/reload"