最新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

相关推荐
运维栈记几秒前
自动化运维利器:MCP Server + 阿里云
运维·自动化
namekong828 分钟前
ubuntu 通过下面几种方式查看系统 重启时间/开机时间:
linux·运维·ubuntu
Yyyy4821 小时前
LVS、Nginx、HAProxy 的区别
运维·nginx·lvs
_dindong1 小时前
Linux系统编程:线程概念
linux·运维·笔记·学习
zhujilisa1 小时前
k8s基础
云原生·容器·kubernetes
夏天是冰红茶1 小时前
使用Docker将PyQt深度学习项目打包成镜像
运维·docker·容器
落日漫游2 小时前
InnoDB:MySQL高性能事务引擎详解
运维·sql
龙门吹雪2 小时前
Docker 安装 canal 详细步骤
运维·docker·容器·canal·mysql binlog 日志·增量数据订阅消费
椒盐螺丝钉2 小时前
TypeScript类型兼容性
运维·前端·typescript
老黄编程2 小时前
ubuntu如何查看一个内核模块被什么模块依赖(内核模块信息常用命令)?
linux·运维·ubuntu