Add note on Docker Hub

This commit is contained in:
Usha Mandya 2020-07-03 15:25:54 +01:00
parent 9fb104c9af
commit dc7801c55b
22 changed files with 44 additions and 0 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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.

View file

@ -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.

View file

@ -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.