docs: fix typo in mirror.md

Signed-off-by: Jakub Mikulas <jakub@mikul.as>
This commit is contained in:
Jakub Mikulas 2023-11-21 15:16:51 +01:00 committed by GitHub
parent 17872ebbc0
commit c90b0b2649
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ title: Registry as a pull through cache
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.
each consumer 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.