Docker和containerd服务配置国内源

containerd配置国内源

在文件中添加:

shell 复制代码
# /etc/containerd/config.toml
[plugins."io.containerd.grpc.v1.cri".registry.mirrors."k8s.gcr.io"]
endpoint = ["registry.aliyuncs.com/google_containers"]

docker配置国内源

在文件中添加

shell 复制代码
# /etc/docker/daemon.json
"registry-mirrors":["registry.aliyuncs.com/google_containers"]

重启生效

shell 复制代码
systemctl restart docker
systemctl restart containerd
相关推荐
苹果醋37 分钟前
React源码02 - 基础知识 React API 一览
java·运维·spring boot·mysql·nginx
日记跟新中1 小时前
Ubuntu20.04 修改root密码
linux·运维·服务器
唐小旭1 小时前
服务器建立-错误:pyenv环境建立后python版本不对
运维·服务器·python
明 庭1 小时前
Ubuntu下通过Docker部署NGINX服务器
服务器·ubuntu·docker
BUG 4041 小时前
Linux——Shell
linux·运维·服务器
大霞上仙1 小时前
Linux 多命令执行
linux·运维·服务器
冷心笑看丽美人1 小时前
探索 Samba 服务器:搭建跨平台文件共享的桥梁
运维·服务器
晨欣1 小时前
Kibana:LINUX_X86_64 和 DEB_X86_64两种可选下载方式的区别
linux·运维·服务器
AI青年志2 小时前
【服务器】linux服务器管理员查看用户使用内存情况
linux·运维·服务器