Last active
January 21, 2016 20:24
-
-
Save stevvooe/832f0a45181c2db92f01 to your computer and use it in GitHub Desktop.
Minimal Registry Configuration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: 0.1 | |
log: | |
level: debug | |
fields: | |
service: registry | |
storage: | |
delete: | |
enabled: true | |
http: | |
addr: :5000 | |
debug: | |
addr: localhost:5001 | |
headers: | |
X-Content-Type-Options: [nosniff] | |
health: | |
storagedriver: | |
enabled: true | |
interval: 10s | |
threshold: 3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment