You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

config.yml 489B

12345678910111213141516171819202122232425
  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. tls:
  15. certificate: /etc/docker/registry/certs/cert.crt
  16. key: /etc/docker/registry/certs/cert.key
  17. auth:
  18. htpasswd:
  19. realm: Registry Realm
  20. path: /etc/docker/registry/auth/htpasswd
  21. health:
  22. storagedriver:
  23. enabled: true
  24. interval: 10s
  25. threshold: 3