commit
c149d45cc8
2 changed files with 14 additions and 14 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue