From d842645de94b510b2ed1ade14ab73587460112b9 Mon Sep 17 00:00:00 2001 From: Omer Cohen Date: Wed, 3 Feb 2016 15:51:36 +0200 Subject: [PATCH 1/2] Update configuration.md fixed broken links Signed-off-by: Omer Cohen --- docs/configuration.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index 1c1c99cc5..89daaa200 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -408,43 +408,43 @@ You must configure one backend; if you configure more, the registry returns an e filesystem Uses the local disk to store registry files. It is ideal for development and may be appropriate for some small-scale production applications. - See the driver's reference documentation. + See the driver's reference documentation. azure Uses Microsoft's Azure Blob Storage. - See the driver's reference documentation. + See the driver's reference documentation. gcs Uses Google Cloud Storage. - See the driver's reference documentation. + See the driver's reference documentation. rados Uses Ceph Object Storage. - See the driver's reference documentation. + See the driver's reference documentation. s3 Uses Amazon's Simple Storage Service (S3). - See the driver's reference documentation. + See the driver's reference documentation. swift Uses Openstack Swift object storage. - See the driver's reference documentation. + See the driver's reference documentation. oss Uses Aliyun OSS for object storage. - See the driver's reference documentation. + See the driver's reference documentation. From 5438838be4941e7824b970dce9d7e4f678406597 Mon Sep 17 00:00:00 2001 From: Omer Cohen Date: Wed, 3 Feb 2016 17:59:49 +0200 Subject: [PATCH 2/2] fix yml indent Signed-off-by: Omer Cohen --- cmd/registry/config-example.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/cmd/registry/config-example.yml b/cmd/registry/config-example.yml index b5700e192..3277f9a2e 100644 --- a/cmd/registry/config-example.yml +++ b/cmd/registry/config-example.yml @@ -3,14 +3,14 @@ log: fields: service: registry storage: - cache: - blobdescriptor: inmemory - filesystem: - rootdirectory: /var/lib/registry + cache: + blobdescriptor: inmemory + filesystem: + rootdirectory: /var/lib/registry http: - addr: :5000 - headers: - X-Content-Type-Options: [nosniff] + addr: :5000 + headers: + X-Content-Type-Options: [nosniff] health: storagedriver: enabled: true