wzpan / wukong-robot

🤖 wukong-robot 是一个简单、灵活、优雅的中文语音对话机器人/智能音箱项目,支持ChatGPT多轮对话能力,还可能是首个支持脑机交互的开源智能音箱项目。
https://wukong.hahack.com/
MIT License
6.33k stars 1.34k forks source link

请问大家用docker下载镜像怎么设置的 #335

Open yiwangwuqian opened 3 months ago

yiwangwuqian commented 3 months ago

确认已寻找过答案

我已确认在 Github issue 页、常见问题页、文档 中都查找过,没有找到类似问题和资料。我也没有 google / bing/ 百度 / duckduckgo 到相关解答。

安装方式

docker安装

操作系统

win11

问题描述 以下是命令输入后的控制台输出: docker pull wzpan/wukong-robot:latest latest: Pulling from wzpan/wukong-robot f11c1adaa26e: Retrying in 1 second ac00c4d4c9c0: Retrying in 1 second c3c6f012f594: Retrying in 1 second 1133e24b6550: Waiting baafb1a12380: Waiting 4cea5c591904: Waiting 6e2f35909847: Waiting c82b16765f9d: Waiting 0f492a8e7f68: Waiting 45c752dfbd58: Waiting 4d7d64dc5d8c: Waiting 7fc669dbf3cb: Waiting

What's next: View a summary of image vulnerabilities and recommendations → docker scout quickview wzpan/wukong-robot:latest error pulling image configuration: download failed after attempts=6: dialing production.cloudflare.docker.com:443 container via direct connection because static system has no HTTPS proxy: connecting to 203.111.254.117:443: dial tcp 203.111.254.117:443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.

地址也改过了: "registry-mirrors": [ "https://registry.docker-cn.com", "https://docker.mirrors.ustc.edu.cn", "https://hub-mirror.c.163.com" ]