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

@ -13,7 +13,7 @@
The toolset to pack, ship, store, and deliver content.
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).
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.

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>