-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: containerd can mirror from zot (#191)
Add a small article to show example configuration Signed-off-by: Ramkumar Chinchani <[email protected]>
- Loading branch information
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'] | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters