Private Registry in Air-gapped Override
To create an Air-gapped registry override for Docker hub, run the following command:
CODE
[plugins."io.containerd.grpc.v1.cri".registry.mirrors."docker.io"]
endpoint = ["https://my-local-registry.local/v2/harbor-registry","https://registry-1.docker.io"]
Tell the override how to create a wildcard mirror with this command:
CODE
[plugins."io.containerd.grpc.v1.cri".registry.mirrors."*"]
endpoint = ["https://my-local-registry.local/v2/harbor-registry"]