Cleanup of naming in docs

Signed-off-by: James Hewitt <james.hewitt@uk.ibm.com>
This commit is contained in:
James Hewitt
2023-10-12 11:39:36 +01:00
parent 31707d54f3
commit 83dd4ff0a6
20 changed files with 49 additions and 72 deletions

View File

@@ -6,16 +6,12 @@ title: Registry as a pull through cache
## Use-case
If you have multiple instances of Docker running in your environment, such as
multiple physical or virtual machines all running Docker, each daemon goes out
to the internet and fetches an image it doesn't have locally, from the Docker
repository. You can run a local registry mirror and point all your daemons
If you have multiple consumers of containers running in your environment, such as
multiple physical or virtual machines using containers, or a Kubernetes cluster,
each cunsumer fetches an images it doesn't have locally, from the external registry.
You can run a local registry mirror and point all your consumers
there, to avoid this extra internet traffic.
> **Note**
>
> Docker Official Images are an intellectual property of Docker.
### Alternatives
Alternatively, if the set of images you are using is well delimited, you can

View File

@@ -22,7 +22,7 @@ registry.service
```ini
[Unit]
Description=Docker registry
Description=Distribution registry
After=docker.service
Requires=docker.service
@@ -63,7 +63,7 @@ registry.socket
```ini
[Unit]
Description=container registry
Description=Distribution registry
[Socket]
ListenStream=5000