赞
踩
在文件中添加:
# /etc/containerd/config.toml
[plugins."io.containerd.grpc.v1.cri".registry.mirrors."k8s.gcr.io"]
endpoint = ["registry.aliyuncs.com/google_containers"]
在文件中添加
# /etc/docker/daemon.json
"registry-mirrors":["registry.aliyuncs.com/google_containers"]
systemctl restart docker
systemctl restart containerd
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。