-
Notifications
You must be signed in to change notification settings - Fork 179
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
[BUG]升级到最新docker镜像启动报错 #104
Comments
这是下载客户端代码包报错了 请检查下自己服务器的网络情况 比如:使用curl 在服务器请求下地址:https://s.voce.chat/web_client/v0.3.x/web.vocechat.md5,看看能不能正常获取到文件。 |
VPS在美国,主机上wget可以下载,看来是容器里面下载不到 |
改了一下DNS映射重启容器
还有报错,rust就不太懂了
|
这个报错... 应该依然和docker内的网络环境有关,有 dns error 关键词。 |
确实很奇怪的 wget: bad address 's.voce.chat' 错误
|
这个问题我大概找到思路了,猜测是由于alpine里面基于busybox的wget不是完整的wget所以不能很好处理https请求,不清楚rust实现请求这个md5文件的时候是不是用到了wget或者busybox相关的库去发起HTTPS请求,参考 adamrehn/ue4-docker#311 所以最好是从基础镜像上规避一下。 |
镜像是基于 busybox,不过处理过证书。
wget 是否可以工作还需要验证一下。最上面那个错误是 rust 的 reqwest 库(依赖 rustls)下载引起的错误,不是调用的 wget。 |
docker run的时候加上 --privileged 参数就可以解决了,因此关闭issue |
最新镜像信息:
报错信息:
The text was updated successfully, but these errors were encountered: