贴一下你加的 docker 加速连接
国内 Docker 服务状态 & 镜像加速监控
👌 https://status.1panel.top
✅ 进去后找到"Docker 镜像加速"标签的网址,即是加速源。
💡 使用方法1:1Panel左边菜单栏>容器>配置>镜像加速。
💡 使用方法2:按格式编辑"/etc/docker/daemon.json"文件。
⚠️ 假如"Cloudflare"标签的无法正确加速,可以尝试"Nginx"标签的加速源。
🐳 自建镜像加速的教程,看页面底部。
用了https://status.1panel.top/status/docker中最上面那个脚本改了加速链接,现在安装openresty 报错如下stderr: Get “https://registry-1.docker.io/v2/”: context deadline exceeded ; stdout: 1.21.4.3-3-3-focal: Pulling from 1panel/openresty 1.21.4.3-3-3-focal: Pulling from 1panel/openresty 1.21.4.3-3-3-focal: Pulling from 1panel/openresty
截图看看 docker 配置
daemon.json
打开只有这个:
{
“registry-mirrors”: [
三个链接
]
}
新用户发不了3个链接
这个是按照https://status.1panel.top/status/docker配置的
是国内的机器吧?直接贴下面的配置,然后手动 docker pull 那个镜像试试
{
"registry-mirrors": [
"https://docker.1panel.dev",
"https://docker.1panel.live",
"https://ghcr.nju.edu.cn"
]
}
stderr: Get “https://registry-1.docker.io/v2/”: context deadline exceeded ; stdout: 1.21.4.3-3-3-focal: Pulling from 1panel/openresty
不行,还是这个错误