You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
507 B

  1. ---
  2. docker_registry_mirrors:
  3. - "https://mirror.gcr.io"
  4. containerd_config:
  5. grpc:
  6. max_recv_message_size: 16777216
  7. max_send_message_size: 16777216
  8. debug:
  9. level: ""
  10. registries:
  11. "docker.io":
  12. - "https://mirror.gcr.io"
  13. - "https://registry-1.docker.io"
  14. max_container_log_line_size: -1
  15. crio_registries_mirrors:
  16. - prefix: docker.io
  17. insecure: false
  18. blocked: false
  19. location: registry-1.docker.io
  20. mirrors:
  21. - location: mirror.gcr.io
  22. insecure: false