containerd insecure registry support (#8298)

This commit is contained in:
Marat Talipov
2021-12-13 13:41:58 +05:00
committed by GitHub
parent 0e969c0b72
commit 4f27c763af
3 changed files with 23 additions and 0 deletions

View File

@@ -28,6 +28,14 @@
# containerd_metrics_grpc_histogram: false
## An obvious use case is allowing insecure-registry access to self hosted registries.
## Can be ipaddress and domain_name.
## example define mirror.registry.io or 172.19.16.11:5000
## Port number is also needed if the default HTTPS port is not used.
# containerd_insecure_registries:
# - mirror.registry.io
# - 172.19.16.11:5000
# containerd_registries:
# "docker.io": "https://registry-1.docker.io"