diff --git a/docs/configuration.md b/docs/configuration.md index 425d084c..ae895097 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: -
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. - | -
azure |
- Uses Microsoft's Azure Blob Storage. - See the driver's reference documentation. - | -
gcs |
- Uses Google Cloud Storage. - See the driver's reference documentation. - | -
s3 |
- Uses Amazon's Simple Storage Service (S3) and compatible Storage Services. - See the driver's reference documentation. - | -
swift |
- Uses Openstack Swift object storage. - See the driver's reference documentation. - | -
oss |
- Uses Aliyun OSS for object storage. - See the driver's reference documentation. - | -