官方文档:私有镜像仓库配置参考 | Rancher文档 以1panel的mirror地址为例
- 创建
/etc/rancher/k3s/registries.yaml
mirrors:
"docker.io":
endpoint:
- https://docker.1panel.live
- 重启k3s
systemctl restart k3s
官方文档:私有镜像仓库配置参考 | Rancher文档 以1panel的mirror地址为例
/etc/rancher/k3s/registries.yaml
mirrors:
"docker.io":
endpoint:
- https://docker.1panel.live
systemctl restart k3s