Eric zhang
Eric zhang
无法正常启动
无法正常启动,无论是使用run.sh(已经修改了dir位置),还是直接使用命令都无法正常启动,提示 standard_init_linux.go:190: exec user process caused "no such file or directory" 命令 sudo docker run --name xware --privileged --restart=always -v /home/pi/data/Download:/project/download -d esrrhs/ docker-thunder-xware
您必须勾选以下所有内容,否则您的issue可能会被直接关闭。 - [√] 我已经阅读了[文档](https://github.com/power721/alist-tvbox/blob/master/doc/README_zh.md)。 - [√] 我确定没有重复的issue或讨论。 - [√] 我确定是AList-TvBox的问题,而不是其他原因(例如网络,依赖或操作)。 - [√] 我确定这个问题在最新版本中没有被修复。 **描述** 我在部署alist-tvbox时,使用http_proxy和https_proxy传递代理信息。 配置代理后,日志一直提示 Connecting to 192.168.50.101:7893 (192.168.50.101:7893) wget: server returned error: HTTP/1.1 502 Bad Gateway 即wget无法正常使用http代理 当我通过...