https://github.com/esrrhs/docker-thunder-xware
迅雷离线下载 docker 镜像 采用centos镜像和最新的xware 修复了大文件会挂掉的bug
https://github.com/esrrhs/docker-thunder-xware
docker thunder
Last synced: 2 days ago
JSON representation
迅雷离线下载 docker 镜像 采用centos镜像和最新的xware 修复了大文件会挂掉的bug
- Host: GitHub
- URL: https://github.com/esrrhs/docker-thunder-xware
- Owner: esrrhs
- Created: 2018-06-12T02:45:03.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-01T08:23:25.000Z (over 5 years ago)
- Last Synced: 2025-04-03T20:51:14.863Z (about 1 month ago)
- Topics: docker, thunder
- Language: Shell
- Homepage:
- Size: 3.63 MB
- Stars: 53
- Watchers: 3
- Forks: 17
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dockerizing thunder xware
[](https://hub.docker.com/repository/docker/esrrhs/docker-thunder-xware)
迅雷离线下载 docker 镜像, 参考[yinheli/docker-thunder-xware](https://github.com/yinheli/docker-thunder-xware)修改
采用centos镜像和最新的xware,修复了大文件会挂掉的bug
## 使用
### 拉取镜像
```
docker pull esrrhs/docker-thunder-xware:latest
```### 直接运行
```
docker run --name xware --privileged --restart=always -v (你的目录):/project/download -d esrrhs/docker-thunder-xware
```
### 脚本运行
会生成假的mac地址,避免被ban
```
./run.sh```
### 查看运行情况```
docker ps
``````
// output:
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
c8a3d047af71 esrrhs/docker-thunder-xware:latest "./start.sh" 4 seconds ago Up 3 seconds xware
```### 查看日志(激活码)/到迅雷增加设备
```
docker logs xware
``````
// output:
killall: ETMDaemon: no process killed
killall: EmbedThunderManager: no process killed
killall: vod_httpserver: no process killed
initing...
try stopping xunlei service first...
setting xunlei runtime env...
port: 9000 is usable.YOUR CONTROL PORT IS: 9000
starting xunlei service...
Connecting to 127.0.0.1:9000 (127.0.0.1:9000)
setting xunlei runtime env...
port: 9000 is usable.YOUR CONTROL PORT IS: 9000
starting xunlei service...
getting xunlei service info...
THE ACTIVE CODE IS: xxx
go to http://yuancheng.xunlei.com, bind your device with the active code.
finished.
```绑定成功后就可以开心地使用了.