在安装 Langfuse 过程中,遇到 Docker 拉取镜像失败错误:
Error response from daemon: failed to resolve reference "docker.io/library/redis:7": failed to do request: Head "https://registry-1.docker.io/v2/library/redis/manifests/7": dialing registry-1.docker.io:443 container via direct connection because Docker Desktop has no HTTPS proxy: connecting to registry-1.docker.io:443: dial tcp [2a03:2880:f12c:83:face:b00c:0:25de]: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.
截图如下:

执行 ping 命令验证网络连通性:
ping registry-1.docker.io
结果显示:

经过排查,最终通过配置 Docker Engine 解决该问题。打开 Docker Desktop 设置,进入 Docker Engine 页面,将配置内容修改为包含镜像加速源和 DNS 的配置:
{
"builder": {
"gc":





