forked from TrueCloudLab/distribution
And other content...
Signed-off-by: James Hewitt <james.hewitt@uk.ibm.com>
This commit is contained in:
parent
83dd4ff0a6
commit
c3ae793f85
4 changed files with 4 additions and 4 deletions
|
@ -13,7 +13,7 @@
|
||||||
The toolset to pack, ship, store, and deliver content.
|
The toolset to pack, ship, store, and deliver content.
|
||||||
|
|
||||||
This repository's main product is the Open Source Registry implementation
|
This repository's main product is the Open Source Registry implementation
|
||||||
for storing and distributing container images using the
|
for storing and distributing container images and other content using the
|
||||||
[OCI Distribution Specification](https://github.com/opencontainers/distribution-spec).
|
[OCI Distribution Specification](https://github.com/opencontainers/distribution-spec).
|
||||||
The goal of this project is to provide a simple, secure, and scalable base
|
The goal of this project is to provide a simple, secure, and scalable base
|
||||||
for building a large scale registry solution or running a simple private registry.
|
for building a large scale registry solution or running a simple private registry.
|
||||||
|
|
|
@ -7,7 +7,7 @@ title: Distribution Registry
|
||||||
## What it is
|
## What it is
|
||||||
|
|
||||||
The Registry is a stateless, highly scalable server side application that stores
|
The Registry is a stateless, highly scalable server side application that stores
|
||||||
and lets you distribute container images. The Registry is open-source, under the
|
and lets you distribute container images and other content. The Registry is open-source, under the
|
||||||
permissive [Apache license](https://en.wikipedia.org/wiki/Apache_License).
|
permissive [Apache license](https://en.wikipedia.org/wiki/Apache_License).
|
||||||
|
|
||||||
## Why use it
|
## Why use it
|
||||||
|
|
|
@ -5,7 +5,7 @@ title: About Registry
|
||||||
---
|
---
|
||||||
|
|
||||||
A registry is a storage and content delivery system, holding named container
|
A registry is a storage and content delivery system, holding named container
|
||||||
images, available in different tagged versions.
|
images and other content, available in different tagged versions.
|
||||||
|
|
||||||
> Example: the image `distribution/registry`, with tags `2.0` and `2.1`.
|
> Example: the image `distribution/registry`, with tags `2.0` and `2.1`.
|
||||||
|
|
||||||
|
|
|
@ -45,7 +45,7 @@ This page contains definitions for distribution related terms.
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
<dt id="registry"><h4>Registry</h4></dt>
|
<dt id="registry"><h4>Registry</h4></dt>
|
||||||
<dd><blockquote>A registry is a service that let you store and deliver <a href="#images">images</a>.</blockquote>
|
<dd><blockquote>A registry is a service that let you store and deliver <a href="#images">images</a> and other content.</blockquote>
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
<dt id="registry"><h4>Repository</h4></dt>
|
<dt id="registry"><h4>Repository</h4></dt>
|
||||||
|
|
Loading…
Reference in a new issue