Skip to content

Commit

Permalink
docs: containerd can mirror from zot (#191)
Browse files Browse the repository at this point in the history
Add a small article to show example configuration

Signed-off-by: Ramkumar Chinchani <[email protected]>
  • Loading branch information
rchincha authored Feb 11, 2025
1 parent a6a15d7 commit 11af2f9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/articles/containerd.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# [_containerd_](https://containerd.io/) Mirroring From _zot_

> :point_right: _containerd_ supports registry mirroring and _zot_ can be used as an upstream registry to mirror from.
If your images are in a repository named _docker_ in the _zot_ registry and you
want _containerd_ to pull and mirror images from this repository, then your
_containerd_ configuration would look like the following. Note that _/v2_ is
required for this to work.


```
[plugins."io.containerd.grpc.v1.cri".registry.mirrors."docker.io"]
endpoint = ['https://<my zot instance>:8080/v2/docker']
```
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,5 +133,6 @@ nav:
- Benchmarking with zb: articles/benchmarking-with-zb.md
- Performance Profiling: articles/pprofiling.md
- Using kind for Deployment Testing: articles/kind-deploy.md
- _containerd_ Mirroring From _zot_: articles/containerd.md
extra_css:
- stylesheets/custom.css

0 comments on commit 11af2f9

Please sign in to comment.