Skip to main content
Skip table of contents

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"]

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.