4a8a52bad9
* containerd docker hub registry mirror support * add docs * fix typo * fix yamllint * fix indent in sample and ansible-playbook param in testcases_run * fix md * mv common vars to tests/common/_docker_hub_registry_mirror.yml * checkout vars to upgrade tests
19 lines
490 B
YAML
19 lines
490 B
YAML
---
|
|
# Please see roles/container-engine/containerd/defaults/main.yml for more configuration options
|
|
|
|
# Example: define registry mirror for docker hub
|
|
|
|
# containerd_config:
|
|
# grpc:
|
|
# max_recv_message_size: 16777216
|
|
# max_send_message_size: 16777216
|
|
# debug:
|
|
# level: ""
|
|
# registries:
|
|
# "docker.io":
|
|
# - "https://mirror.gcr.io"
|
|
# - "https://registry-1.docker.io"
|
|
# max_container_log_line_size: -1
|
|
# metrics:
|
|
# address: ""
|
|
# grpc_histogram: false
|