Skip to content

Commit ff0c463

Browse files
committed
Remove docs.docker.com "include" directives
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent ef8966a commit ff0c463

22 files changed

+0
-44
lines changed

docs/compatibility.md

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ keywords: registry, manifest, images, tags, repository, distribution, digest
44
title: Registry compatibility
55
---
66

7-
{% include registry.md %}
8-
97
## Synopsis
108
If a manifest is pulled by _digest_ from a registry 2.3 with Docker Engine 1.9
119
and older, and the manifest was pushed with Docker Engine 1.10, a security check

docs/deploying.md

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ keywords: registry, on-prem, images, tags, repository, distribution, deployment
44
title: Deploy a registry server
55
---
66

7-
{% include registry.md %}
8-
97
Before you can deploy a registry, you need to install Docker on the host.
108
A registry is an instance of the `registry` image, and runs within Docker.
119

docs/deprecated.md

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ keywords: registry, manifest, images, signatures, repository, distribution, dige
44
title: Docker Registry deprecation
55
---
66

7-
{% include registry.md %}
8-
97
This document details functionality or components which are deprecated within
108
the registry.
119

docs/garbage-collection.md

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ keywords: registry, garbage, images, tags, repository, distribution
44
title: Garbage collection
55
---
66

7-
{% include registry.md %}
8-
97
As of v2.4.0 a garbage collector command is included within the registry binary.
108
This document describes what this command does and how and why it should be used.
119

docs/help.md

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ keywords: registry, on-prem, images, tags, repository, distribution, help, 101,
44
title: Get help
55
---
66

7-
{% include registry.md %}
8-
97
If you need help, or just want to chat about development, you can reach us on the #distribution channel in the CNCF Slack.
108

119
If you want to report a bug:

docs/index.md

-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ redirect_from:
66
title: Docker Registry
77
---
88

9-
{% include registry.md %}
10-
119
## What it is
1210

1311
The Registry is a stateless, highly scalable server side application that stores

docs/insecure.md

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ keywords: registry, on-prem, images, tags, repository, distribution, insecure
44
title: Test an insecure registry
55
---
66

7-
{% include registry.md %}
8-
97
While it's highly recommended to secure your registry using a TLS certificate
108
issued by a known CA, you can choose to use self-signed certificates, or use
119
your registry over an unencrypted HTTP connection. Either of these choices

docs/introduction.md

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ keywords: registry, on-prem, images, tags, repository, distribution, use cases,
44
title: About Registry
55
---
66

7-
{% include registry.md %}
8-
97
A registry is a storage and content delivery system, holding named Docker
108
images, available in different tagged versions.
119

docs/notifications.md

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ keywords: registry, on-prem, images, tags, repository, distribution, notificatio
44
title: Work with notifications
55
---
66

7-
{% include registry.md %}
8-
97
The Registry supports sending webhook notifications in response to events
108
happening within the registry. Notifications are sent in response to manifest
119
pushes and pulls and layer pushes and pulls. These actions are serialized into

docs/recipes/apache.md

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ keywords: registry, on-prem, images, tags, repository, distribution, authenticat
44
title: Authenticate proxy with apache
55
---
66

7-
{% include registry.md %}
8-
97
## Use-case
108

119
People already relying on an apache proxy to authenticate their users to other services might want to leverage it and have Registry communications tunneled through the same pipeline.

docs/recipes/index.md

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ keywords: registry, on-prem, images, tags, repository, distribution, recipes, ad
44
title: Recipes overview
55
---
66

7-
{% include registry.md %}
8-
97
This list of "recipes" provides end-to-end scenarios for exotic or otherwise advanced use-cases.
108
These recipes are not useful for most standard set-ups.
119

docs/recipes/mirror.md

-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ redirect_from:
66
- /engine/admin/registry_mirror/
77
---
88

9-
{% include registry.md %}
10-
119
## Use-case
1210

1311
If you have multiple instances of Docker running in your environment, such as

docs/recipes/nginx.md

-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ redirect_from:
66
- /registry/nginx/
77
---
88

9-
{% include registry.md %}
10-
119
## Use-case
1210

1311
People already relying on a nginx proxy to authenticate their users to other

docs/recipes/osx-setup-guide.md

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ keywords: registry, on-prem, images, tags, repository, distribution, macOS, reci
44
title: macOS setup guide
55
---
66

7-
{% include registry.md %}
8-
97
## Use-case
108

119
This is useful if you intend to run a registry server natively on macOS.

docs/storage-drivers/azure.md

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ keywords: registry, service, driver, images, storage, azure
44
title: Microsoft Azure storage driver
55
---
66

7-
{% include registry.md %}
8-
97
An implementation of the `storagedriver.StorageDriver` interface which uses [Microsoft Azure Blob Storage](https://azure.microsoft.com/en-us/services/storage/) for object storage.
108

119
## Parameters

docs/storage-drivers/filesystem.md

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ keywords: registry, service, driver, images, storage, filesystem
44
title: Filesystem storage driver
55
---
66

7-
{% include registry.md %}
8-
97
An implementation of the `storagedriver.StorageDriver` interface which uses the local filesystem.
108

119
## Parameters

docs/storage-drivers/gcs.md

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ keywords: registry, service, driver, images, storage, gcs, google, cloud
44
title: Google Cloud Storage driver
55
---
66

7-
{% include registry.md %}
8-
97
An implementation of the `storagedriver.StorageDriver` interface which uses Google Cloud for object storage.
108

119
## Parameters

docs/storage-drivers/index.md

-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ redirect_from:
66
title: Docker Registry storage driver
77
---
88

9-
{% include registry.md %}
10-
119
This document describes the registry storage driver model, implementation, and explains how to contribute new storage drivers.
1210

1311
## Provided drivers

docs/storage-drivers/inmemory.md

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ keywords: registry, service, driver, images, storage, in-memory
44
title: In-memory storage driver (testing only)
55
---
66

7-
{% include registry.md %}
8-
97
For purely tests purposes, you can use the `inmemory` storage driver. This
108
driver is an implementation of the `storagedriver.StorageDriver` interface which
119
uses local memory for object storage. If you would like to run a registry from

docs/storage-drivers/oss.md

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ keywords: registry, service, driver, images, storage, OSS, aliyun
44
title: Aliyun OSS storage driver
55
---
66

7-
{% include registry.md %}
8-
97
An implementation of the `storagedriver.StorageDriver` interface which uses
108
[Aliyun OSS](https://www.alibabacloud.com/product/oss) for object storage.
119

docs/storage-drivers/s3.md

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ keywords: registry, service, driver, images, storage, S3
44
title: S3 storage driver
55
---
66

7-
{% include registry.md %}
8-
97
An implementation of the `storagedriver.StorageDriver` interface which uses
108
Amazon S3 or S3 compatible services for object storage.
119

docs/storage-drivers/swift.md

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ keywords: registry, service, driver, images, storage, swift
44
title: OpenStack Swift storage driver
55
---
66

7-
{% include registry.md %}
8-
97
An implementation of the `storagedriver.StorageDriver` interface that uses
108
[OpenStack Swift](http://docs.openstack.org/developer/swift/) for object
119
storage.

0 commit comments

Comments
 (0)