Skip to content

containerd Mirroring From zot

👉 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']