增加 XunLei(gngpp) 镜像说明.
Signed-off-by: rick.chan <cy187lion@sina.com>
This commit is contained in:
parent
426a26ab57
commit
1fadc947da
|
@ -0,0 +1,35 @@
|
|||
# XunLei(gngpp) 镜像说明
|
||||
|
||||
## 1. 安装和启动
|
||||
|
||||
镜像下载和启动:
|
||||
|
||||
```bash
|
||||
docker run -it --rm --privileged -p 5055:5055 --name=xunlei \
|
||||
--restart=always \
|
||||
-v $(pwd)/data:/opt/data \
|
||||
-v $(pwd)/downloads:/downloads \
|
||||
-e XUNLEI_AUTH_USER=admin \
|
||||
-e XUNLEI_AUTH_PASSWORD=admin \
|
||||
gngpp/xunlei:latest
|
||||
```
|
||||
|
||||
之后使用如下命令进入容器:
|
||||
|
||||
```bash
|
||||
docker exec -it xunlei /bin/bash
|
||||
```
|
||||
|
||||
执行以下命令安装/启动程序:
|
||||
|
||||
```bash
|
||||
xunlei install
|
||||
xunlei launcher
|
||||
```
|
||||
|
||||
之后使用手机端或 PC 端的迅雷软件连接设备即可使用。
|
||||
|
||||
## 2. 外部参考资料
|
||||
|
||||
1. [gngpp/xunlei](https://github.com/gngpp/xunlei)
|
||||
2. [cnk3x/xunlei](https://github.com/cnk3x/xunlei)
|
Loading…
Reference in New Issue