Containerd 2.3.3 镜像拉取技巧指南
Containerd 2.3.3 镜像拉取技巧指南
一、问题诊断
1.1 检查当前配置
# 查看镜像加速配置
cat /etc/containerd/certs.d/registry.k8s.io/hosts.toml# 查看 containerd 配置
containerd config dump | grep -A10 registry# 测试拉取镜像(会失败)
ctr imag…
2026/7/22 23:02:27