gpt4 book ai didi

Docker 拉 “unexpected EOF”

转载 作者:行者123 更新时间:2023-12-01 14:37:58 34 4
gpt4 key购买 nike

我遇到了 docker 的问题。
场景是这样的:我们使用Codebuild+Packer+docker创建AMI,用于deploy。在这一步中,我们从 Artifactory 中提取图像,并且除了提取 > 1Gb 的层之一外,一切都很好。多次重试后失败并显示错误:下载失败,重试:未知 blob,然后是“意外的 EOF”。你遇到过这样的问题吗?任何意见或建议都非常感谢。

最佳答案

这主要是因为网络弱(因为我使用的是移动热点)
配置了 docker 守护进程 减少 tcp 数据包

$ dockerd --max-concurrent-downloads <int>  
这里 建议您要同时下载的 docker pull 层数。
默认为 3
在我的情况下,我已经设置为 2
$ dockerd --max-concurrent-downloads 2 &>/dev/null  
这样做的缺点是牺牲了您宝贵的时间:)
像 hell 一样需要时间

关于Docker 拉 “unexpected EOF”,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53677592/

34 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com