咨询热线:4006-75-4006
售前:9:00-23:30 备案:9:00-18:00 技术:7*24h
首先编辑daemon.json文件
# vim /etc/docker/daemon.json
在文件中加入以下内容
{
"registry-mirrors":["https://www.landui.com"]
}
重启docker服务
# systemctl restart docker
来测试一下新的仓库源,我们来拉取nginx和tomcat的镜像。
# docker pull nginx
# docker images
# docker pull tomcat