mirror of
https://github.com/langgenius/dify-docs-archived.git
synced 2026-07-25 13:35:35 -04:00
运行时一直报Get "https://registry-1.docker.io/v2/": net/http: TLS handshake timeout #130
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @7Hua on GitHub (Mar 26, 2025).
修改国内源也没用,梯子开全局模式也没用
@gusibi commented on GitHub (Mar 30, 2025):
可以单独 docker pull docker 镜像,我是这种方式部署的
@KevinJonesChs commented on GitHub (Apr 11, 2025):
我是阿里云申请了一个国外服务器进行的安装
然后拷贝dify目录
docker save 所有的images
打个包上传到百度云盘的
具体操作:
1、申请阿里云服务器跟着官方安装就不说了
2、docker images 查看所有的images镜像,使用docker save images:tag >XXX.tar (一共9个)
3、pip3 安装bypy 执行bypy info 会有一个链接,复制到浏览器,打开后复制授权码再粘贴回终端
4、把dify+保存的9个XXXX.tar打包
5、执行 bypy upload 命令 把打包好的文件上传到百度云盘
6、百度云盘下载下来以后,把文件放到本地服务器上,全部解压
7、docker load <XXXX.tar
8、根据官方文档再从复制环境配置文件往下跑一遍就可以了
(最后一步,阿里云服务器申请退款 嘿嘿)