Add note on Docker Hub
This commit is contained in:
parent
9fb104c9af
commit
dc7801c55b
22 changed files with 44 additions and 0 deletions
|
@ -4,6 +4,8 @@ keywords: registry, service, driver, images, storage, azure
|
|||
title: Microsoft Azure storage driver
|
||||
---
|
||||
|
||||
{% include registry.md %}
|
||||
|
||||
An implementation of the `storagedriver.StorageDriver` interface which uses [Microsoft Azure Blob Storage](http://azure.microsoft.com/en-us/services/storage/) for object storage.
|
||||
|
||||
## Parameters
|
||||
|
|
|
@ -4,6 +4,8 @@ keywords: registry, service, driver, images, storage, filesystem
|
|||
title: Filesystem storage driver
|
||||
---
|
||||
|
||||
{% include registry.md %}
|
||||
|
||||
An implementation of the `storagedriver.StorageDriver` interface which uses the local filesystem.
|
||||
|
||||
## Parameters
|
||||
|
|
|
@ -4,6 +4,8 @@ keywords: registry, service, driver, images, storage, gcs, google, cloud
|
|||
title: Google Cloud Storage driver
|
||||
---
|
||||
|
||||
{% include registry.md %}
|
||||
|
||||
An implementation of the `storagedriver.StorageDriver` interface which uses Google Cloud for object storage.
|
||||
|
||||
## Parameters
|
||||
|
|
|
@ -6,6 +6,8 @@ redirect_from:
|
|||
title: Docker Registry storage driver
|
||||
---
|
||||
|
||||
{% include registry.md %}
|
||||
|
||||
This document describes the registry storage driver model, implementation, and explains how to contribute new storage drivers.
|
||||
|
||||
## Provided drivers
|
||||
|
|
|
@ -4,6 +4,8 @@ keywords: registry, service, driver, images, storage, in-memory
|
|||
title: In-memory storage driver (testing only)
|
||||
---
|
||||
|
||||
{% include registry.md %}
|
||||
|
||||
For purely tests purposes, you can use the `inmemory` storage driver. This
|
||||
driver is an implementation of the `storagedriver.StorageDriver` interface which
|
||||
uses local memory for object storage. If you would like to run a registry from
|
||||
|
|
|
@ -4,6 +4,8 @@ keywords: registry, service, driver, images, storage, OSS, aliyun
|
|||
title: Aliyun OSS storage driver
|
||||
---
|
||||
|
||||
{% include registry.md %}
|
||||
|
||||
An implementation of the `storagedriver.StorageDriver` interface which uses
|
||||
[Aliyun OSS](https://www.alibabacloud.com/product/oss) for object storage.
|
||||
|
||||
|
|
|
@ -4,6 +4,8 @@ keywords: registry, service, driver, images, storage, S3
|
|||
title: S3 storage driver
|
||||
---
|
||||
|
||||
{% include registry.md %}
|
||||
|
||||
An implementation of the `storagedriver.StorageDriver` interface which uses
|
||||
Amazon S3 or S3 compatible services for object storage.
|
||||
|
||||
|
|
|
@ -4,6 +4,8 @@ keywords: registry, service, driver, images, storage, swift
|
|||
title: OpenStack Swift storage driver
|
||||
---
|
||||
|
||||
{% include registry.md %}
|
||||
|
||||
An implementation of the `storagedriver.StorageDriver` interface that uses
|
||||
[OpenStack Swift](http://docs.openstack.org/developer/swift/) for object
|
||||
storage.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue