咨询热线:4006-75-4006

售前:9:00-23:30    备案:9:00-18:00    技术:7*24h

更换Docker的仓库源

2023-11-22 17:52:07 2301次

首先编辑daemon.json文件

# vim /etc/docker/daemon.json

 

在文件中加入以下内容

{

"registry-mirrors":["https://www.landui.com"]

}

 

重启docker服务

# systemctl restart docker

5.png


来测试一下新的仓库源,我们来拉取nginx和tomcat的镜像。

# docker pull nginx

# docker images

# docker pull tomcat

6.png

首页
最新活动
个人中心