And other content...

Signed-off-by: James Hewitt <james.hewitt@uk.ibm.com>
This commit is contained in:
James Hewitt 2023-10-12 12:00:15 +01:00
parent 83dd4ff0a6
commit c3ae793f85
No known key found for this signature in database
GPG key ID: EA6C3C654B6193E4
4 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@ title: Distribution Registry
## What it is
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).
## Why use it

View file

@ -5,7 +5,7 @@ title: About Registry
---
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`.

View file

@ -45,7 +45,7 @@ This page contains definitions for distribution related terms.
</dd>
<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>
<dt id="registry"><h4>Repository</h4></dt>