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.

19 lines
490 B

  1. ---
  2. # Please see roles/container-engine/containerd/defaults/main.yml for more configuration options
  3. # Example: define registry mirror for docker hub
  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. # metrics:
  16. # address: ""
  17. # grpc_histogram: false