From 1fadc947dab9aa2d981e7ee0a2e18f03a3876167 Mon Sep 17 00:00:00 2001 From: "rick.chan" Date: Fri, 6 Oct 2023 13:50:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20XunLei(gngpp)=20=E9=95=9C?= =?UTF-8?q?=E5=83=8F=E8=AF=B4=E6=98=8E.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: rick.chan --- .../Docker/Images/XunLei_gngpp_镜像说明.md | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 Software/Applications/Docker/Images/XunLei_gngpp_镜像说明.md diff --git a/Software/Applications/Docker/Images/XunLei_gngpp_镜像说明.md b/Software/Applications/Docker/Images/XunLei_gngpp_镜像说明.md new file mode 100644 index 0000000..e982692 --- /dev/null +++ b/Software/Applications/Docker/Images/XunLei_gngpp_镜像说明.md @@ -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)