Remove docs.docker.com "include" directives

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2021-04-22 12:57:35 +02:00
parent ef8966aacd
commit ff0c463f2b
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C
22 changed files with 0 additions and 44 deletions

View file

@ -4,8 +4,6 @@ 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](https://azure.microsoft.com/en-us/services/storage/) for object storage.
## Parameters

View file

@ -4,8 +4,6 @@ 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,8 +4,6 @@ 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,8 +6,6 @@ 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,8 +4,6 @@ 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,8 +4,6 @@ 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,8 +4,6 @@ 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,8 +4,6 @@ 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.