Merge pull request #1415 from omercnet/patch-1

Update configuration.md
This commit is contained in:
Olivier Gambier 2016-02-03 10:31:23 -08:00
commit c149d45cc8
2 changed files with 14 additions and 14 deletions

View file

@ -3,14 +3,14 @@ log:
fields: fields:
service: registry service: registry
storage: storage:
cache: cache:
blobdescriptor: inmemory blobdescriptor: inmemory
filesystem: filesystem:
rootdirectory: /var/lib/registry rootdirectory: /var/lib/registry
http: http:
addr: :5000 addr: :5000
headers: headers:
X-Content-Type-Options: [nosniff] X-Content-Type-Options: [nosniff]
health: health:
storagedriver: storagedriver:
enabled: true enabled: true

View file

@ -408,43 +408,43 @@ You must configure one backend; if you configure more, the registry returns an e
<tr> <tr>
<td><code>filesystem</code></td> <td><code>filesystem</code></td>
<td>Uses the local disk to store registry files. It is ideal for development and may be appropriate for some small-scale production applications. <td>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 <a href="../storage-drivers/filesystem/">driver's reference documentation</a>. See the <a href="storage-drivers/filesystem.md">driver's reference documentation</a>.
</td> </td>
</tr> </tr>
<tr> <tr>
<td><code>azure</code></td> <td><code>azure</code></td>
<td>Uses Microsoft's Azure Blob Storage. <td>Uses Microsoft's Azure Blob Storage.
See the <a href="../storage-drivers/azure/">driver's reference documentation</a>. See the <a href="storage-drivers/azure.md">driver's reference documentation</a>.
</td> </td>
</tr> </tr>
<tr> <tr>
<td><code>gcs</code></td> <td><code>gcs</code></td>
<td>Uses Google Cloud Storage. <td>Uses Google Cloud Storage.
See the <a href="../storage-drivers/gcs/">driver's reference documentation</a>. See the <a href="storage-drivers/gcs.md">driver's reference documentation</a>.
</td> </td>
</tr> </tr>
<tr> <tr>
<td><code>rados</code></td> <td><code>rados</code></td>
<td>Uses Ceph Object Storage. <td>Uses Ceph Object Storage.
See the <a href="../storage-drivers/rados/">driver's reference documentation</a>. See the <a href="storage-drivers/rados.md">driver's reference documentation</a>.
</td> </td>
</tr> </tr>
<tr> <tr>
<td><code>s3</code></td> <td><code>s3</code></td>
<td>Uses Amazon's Simple Storage Service (S3). <td>Uses Amazon's Simple Storage Service (S3).
See the <a href="../storage-drivers/s3/">driver's reference documentation</a>. See the <a href="storage-drivers/s3.md">driver's reference documentation</a>.
</td> </td>
</tr> </tr>
<tr> <tr>
<td><code>swift</code></td> <td><code>swift</code></td>
<td>Uses Openstack Swift object storage. <td>Uses Openstack Swift object storage.
See the <a href="../storage-drivers/swift/">driver's reference documentation</a>. See the <a href="storage-drivers/swift.md">driver's reference documentation</a>.
</td> </td>
</tr> </tr>
<tr> <tr>
<td><code>oss</code></td> <td><code>oss</code></td>
<td>Uses Aliyun OSS for object storage. <td>Uses Aliyun OSS for object storage.
See the <a href="../storage-drivers/oss/">driver's reference documentation</a>. See the <a href="storage-drivers/oss.md">driver's reference documentation</a>.
</td> </td>
</tr> </tr>
</table> </table>