diff --git a/docs/configuration.md b/docs/configuration.md index 425d084c6..ae895097a 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -406,44 +406,14 @@ Permitted values are `error`, `warn`, `info` and `debug`. The default is The storage option is **required** and defines which storage backend is in use. You must configure one backend; if you configure more, the registry returns an error. You can choose any of these backend storage drivers: - - - - - - - - - - - - - - - - - - - - - - - - - -
filesystemUses 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. -
azureUses Microsoft's Azure Blob Storage. - See the driver's reference documentation. -
gcsUses Google Cloud Storage. - See the driver's reference documentation. -
s3Uses Amazon's Simple Storage Service (S3) and compatible Storage Services. - See the driver's reference documentation. -
swiftUses Openstack Swift object storage. - See the driver's reference documentation. -
ossUses Aliyun OSS for object storage. - See the driver's reference documentation. -
+| Storage driver | Description +| ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| `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](storage-drivers/filesystem.md). | +| `azure` | Uses Microsoft's Azure Blob Storage. See the [driver's reference documentation](storage-drivers/azure.md). | +| `gcs` | Uses Google Cloud Storage. See the [driver's reference documentation](storage-drivers/gcs.md). | +| `s3` | Uses Amazon's Simple Storage Service (S3) and compatible Storage Services. See the [driver's reference documentation](storage-drivers/s3.md). | +| `swift` | Uses Openstack Swift object storage. See the [driver's reference documentation](storage-drivers/swift.md). | +| `oss` | Uses Aliyun OSS for object storage. See the [driver's reference documentation](storage-drivers/oss.md). | For purely tests purposes, you can use the [`inmemory` storage driver](storage-drivers/inmemory.md). If you would like to run a registry from