forked from TrueCloudLab/distribution
doc/storagedrivers: update storage driver documentation links
Signed-off-by: Stephen J Day <stephen.day@docker.com>
This commit is contained in:
parent
41b1e22f97
commit
52865bb128
1 changed files with 5 additions and 4 deletions
|
@ -6,11 +6,12 @@ This document describes the registry storage driver model, implementation, and e
|
||||||
Provided Drivers
|
Provided Drivers
|
||||||
================
|
================
|
||||||
|
|
||||||
This storage driver package comes bundled with three default drivers.
|
This storage driver package comes bundled with several drivers:
|
||||||
|
|
||||||
1. filesystem: A local storage driver configured to use a directory tree in the local filesystem.
|
- [inmemory](storagedriver/inmemory.md): A temporary storage driver using a local inmemory map. This exists solely for reference and testing.
|
||||||
2. s3: A driver storing objects in an Amazon Simple Storage Solution (S3) bucket.
|
- [filesystem](storagedriver/filesystem.md): A local storage driver configured to use a directory tree in the local filesystem.
|
||||||
3. inmemory: A temporary storage driver using a local inmemory map. This exists solely for reference and testing.
|
- [s3](storagedriver/s3.md): A driver storing objects in an Amazon Simple Storage Solution (S3) bucket.
|
||||||
|
- [azure](storagedriver/azure.md): A driver storing objects in [Microsoft Azure Blob Storage](http://azure.microsoft.com/en-us/services/storage/).
|
||||||
|
|
||||||
Storage Driver API
|
Storage Driver API
|
||||||
==================
|
==================
|
||||||
|
|
Loading…
Reference in a new issue