最新docker仓库镜像

目前下面的docker仓库镜像源还能使用。

bash 复制代码
vi /etc/docker/daemon.json

添加如下配置

{
	"registry-mirrors": ["https://hub.uuuadc.top", "https://docker.anyhub.us.kg", "https://dockerhub.jobcher.com", "https://dockerhub.icu", "https://docker.ckyl.me", "https://docker.awsl9527.cn"]
}

systemctl stop docker
systemctl daemon-reload
systemctl start docker

如果有用欢迎各位大佬帮忙为我的开源项目 star一下。

github地址:https://github.com/tencentmusic/cube-studio

相关推荐
IT逆夜24 分钟前
实现Yum本地仓库自动同步的完整方案(CentOS 7)
linux·运维·windows
a***592633 分钟前
用nginx正向代理https网站
运维·nginx·https
S***267537 分钟前
linux上redis升级
linux·运维·redis
❀͜͡傀儡师42 分钟前
Docker部署视频下载器
docker·容器·音视频
ifanatic1 小时前
[每周一更]-(第161期):分析服务器中内存即将爆满过程
运维·服务器
热爱学习的小怪兽2 小时前
docker的一些常用指令
运维·docker·容器
s***4532 小时前
Linux 下安装 Golang环境
linux·运维·golang
JobDocLS3 小时前
Ubuntu22.04的安装方法
运维
w***76553 小时前
用docker启动mysql步骤
mysql·docker·容器
p***q784 小时前
docker离线安装及部署各类中间件(x86系统架构)
docker·中间件·系统架构