-
Notifications
You must be signed in to change notification settings - Fork 30
搞好了,解决>10G文件下载等问题 #11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
main.exe -h Docker镜像下载工具 positional arguments: options: |
G:\Python_other\Docker镜像下载工具 v16.0.0\main>main -r docker.1ms.run --debug infiniflow/ragflow:v0.17.0 下载 sha256:124a2: 159B [00:00, 519kB/s] G:\Python_other\Docker镜像下载工具 v16.0.0\main> |
建议单双线程,多了服务器会拒绝。 G:\Python_other>python main.py -r docker.1ms.run -j 10 infiniflow/ragflow:v0.17.1 G:\Python_other>python main.py -r docker.1ms.run infiniflow/ragflow:v0.17.1 G:\Python_other> |
源码:https://github.com/duma520/Docker_Image_Puller_dumafu
详细说明书:
🤖 Assistant
Docker镜像下载工具 v16.0.0 使用说明书
目录
1. 产品概述
1.1 功能特性
1.2 适用场景
1.3 系统要求
2. 快速入门
2.1 基础使用(新手用户)
下载完成后在
./my_images
目录中会生成:[镜像名].tar
:打包好的镜像文件docker_pull.log
:操作日志文件2.2 常用参数速查
3. 详细使用指南
3.1 参数详解
3.2 工作流程
4. 技术架构
4.1 核心模块
4.2 关键技术点
自适应认证:自动处理令牌过期和刷新
分块校验:每512KB数据块实时校验
智能重试:三级重试策略:
安全机制:
5. 故障排除
5.1 常见问题速查表
-j
增加线程数② 检查网络代理设置
--insecure
参数② 使用
-a
指定正确架构② 检查存储空间是否充足
② 确认仓库访问权限
5.2 日志分析指南
日志文件位置:
[输出目录]/docker_pull.log
关键日志标记:
[DEBUG]
:调试信息(需启用--debug参数)[WARNING]
:非致命性警告[ERROR]
:需要立即处理的错误典型错误处理:
6. 高级配置
6.1 代理设置
6.2 自定义超时设置
通过修改源代码全局变量(需Python知识):
6.3 企业级部署建议
--insecure
参数7. 附录
7.1 版本更新记录
7.2 技术支持
联系开发者:杜玛
邮箱:无
问题反馈模板:
7.3 法律声明
本工具遵循MIT开源协议,使用Docker API时请遵守Docker服务条款。
[文档版本:2025-03-11] [生成工具:docker_pull v16.0.0]
The text was updated successfully, but these errors were encountered: