You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since docker.io has a very restrictive limit for image download I would like to configure my mirror server to be used for downloading iamges from docker.io
I tried to configure it in the containerd config.toml as some descriptions in internet suggested (https://github.com/containerd/containerd/blob/main/docs/cri/registry.md, ) but it didn't work. I then tried to configure it through the registries.yaml of the k3s which was another documented method (https://docs.k3s.io/installation/private-registry) , but again no luck.
Please tell me what is the appropriate method to use a docker.io mirror (mine is insecure so such a configuration would be most useful).
Thanks!
The text was updated successfully, but these errors were encountered:
For containerd, if you want to add a docker registry mirror, only one thing you should do is add a configuration to the containerd config file in the /etc/containerd/config.toml. And the configuration section likes this
Hello,
Since docker.io has a very restrictive limit for image download I would like to configure my mirror server to be used for downloading iamges from docker.io
I tried to configure it in the containerd config.toml as some descriptions in internet suggested (https://github.com/containerd/containerd/blob/main/docs/cri/registry.md, ) but it didn't work. I then tried to configure it through the registries.yaml of the k3s which was another documented method (https://docs.k3s.io/installation/private-registry) , but again no luck.
Please tell me what is the appropriate method to use a docker.io mirror (mine is insecure so such a configuration would be most useful).
Thanks!
The text was updated successfully, but these errors were encountered: