forked from TrueCloudLab/distribution
Update introduction.md (#3353)
This commit is contained in:
parent
4f582ad996
commit
9161e93e92
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ Users interact with a registry by using docker push and pull commands.
|
||||||
|
|
||||||
Storage itself is delegated to drivers. The default storage driver is the local
|
Storage itself is delegated to drivers. The default storage driver is the local
|
||||||
posix filesystem, which is suitable for development or small deployments.
|
posix filesystem, which is suitable for development or small deployments.
|
||||||
Additional cloud-based storage drivers like S3, Microsoft Azure, OpenStack Swift
|
Additional cloud-based storage drivers like S3, Microsoft Azure, OpenStack Swift,
|
||||||
and Aliyun OSS are also supported. People looking into using other storage
|
and Aliyun OSS are also supported. People looking into using other storage
|
||||||
backends may do so by writing their own driver implementing the [Storage
|
backends may do so by writing their own driver implementing the [Storage
|
||||||
API](storage-drivers/index.md).
|
API](storage-drivers/index.md).
|
||||||
|
@ -72,4 +72,4 @@ golang are certainly useful as well for advanced operations or hacking.
|
||||||
|
|
||||||
## Next
|
## Next
|
||||||
|
|
||||||
Dive into [deploying your registry](deploying.md)
|
Dive into [deploying your registry](deploying.md)
|
||||||
|
|
Loading…
Reference in a new issue