Created
October 29, 2015 11:53
-
-
Save seventhskye/e81207e1c5dbc10b624a to your computer and use it in GitHub Desktop.
Basic config.yml for an s3 backed v2 docker registry.
This file contains hidden or 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: | |
fields: | |
service: registry | |
http: | |
addr: :5000 | |
headers: | |
X-Content-Type-Options: [nosniff] | |
storage: | |
cache: | |
blobdescriptor: inmemory | |
s3: | |
accesskey: | |
secretkey: | |
region: eu-west-1 | |
bucket: | |
encrypt: true | |
secure: true | |
v4auth: true | |
chunksize: 5242880 | |
auth: | |
htpasswd: | |
realm: basic-realm | |
path: /etc/docker/registry/htpasswd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment