分享一个自己封装的 qBittorrent 镜像,欢迎大家使用。
默认情况下,账号密码随机生成,非常安全。
您也可以参考项目地址文档,运行的时候,传入自己的账户密码。
开源项目地址: https://github.com/snowdreamtech/qbittorrent
docker 镜像托管在:
https://github.com/snowdreamtech/qbittorrent/pkgs/container/qbittorrent
https://quay.io/repository/snowdreamtech/qbittorrent
https://hub.docker.com/r/snowdreamtech/qbittorrent
支持平台: platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/riscv64,linux/s390x
docker run -d \
--name=qbittorrent \
-e TZ=Asia/Shanghai \
-e WEBUI_LANG=zh_CN \
-p 8080:8080 \
-p 25413:25413 \
-p 25413:25413/udp \
-v ./data:/var/lib/qBittorrent/data \
-v ./downloads:/var/lib/qBittorrent/downloads \
-v ./incomplete:/var/lib/qBittorrent/incomplete \
-v ./torrents:/var/lib/qBittorrent/torrents \
ghcr.io/snowdreamtech/qbittorrent:alpine
支持平台: platforms: linux/386,linux/amd64,linux/arm/v5,linux/arm/v7,linux/arm64,linux/mips64le,linux/ppc64le,linux/s390x
docker run -d \
--name=qbittorrent \
-e TZ=Asia/Shanghai \
-e WEBUI_LANG=zh_CN \
-p 8080:8080 \
-p 25413:25413 \
-p 25413:25413/udp \
-v ./data:/var/lib/qBittorrent/data \
-v ./downloads:/var/lib/qBittorrent/downloads \
-v ./incomplete:/var/lib/qBittorrent/incomplete \
-v ./torrents:/var/lib/qBittorrent/torrents \
ghcr.io/snowdreamtech/qbittorrent:debian
默认情况下,账号密码随机生成,非常安全。
通过以下命令查询账号密码。
docker logs qbittorrent
添加以下环境变量自定义账号密码:
-e WEBUI_USER=admin \
-e WEBUI_PASS=admin \
在浏览器打开qBittorrent界面:
http://localhost:8080/
1
Purelove 11 小时 11 分钟前
linuxserver/qbittorrent
也可以试试这个 |
2
LanhuaMa 10 小时 41 分钟前 1
不要重复造轮子。英文看的不爽给别人的文档做个中文翻译就好了
|
3
Earthman 6 小时 33 分钟前
推荐 静态编译的 [qbittorrent-nox-static]( https://github.com/userdocs/qbittorrent-nox-static/releases)
用 libtorrent 1.2 的,和 docker 一样方便 |
4
sn0wdr1am OP @Purelove
https://github.com/linuxserver/docker-qbittorrent 仅支持以下架构。 Architecture Available Tag x86-64 ✅ amd64-<version tag> arm64 ✅ arm64v8-<version tag> armhf ❌ |
5
sn0wdr1am OP @LanhuaMa
重复造轮子有重复造轮子的必要性。 https://github.com/linuxserver/docker-qbittorrent 仅支持以下架构。 Architecture Available Tag x86-64 ✅ amd64-<version tag> arm64 ✅ arm64v8-<version tag> armhf ❌ |
6
sn0wdr1am OP |
7
SakuraYuki 3 小时 30 分钟前
compose 安装不就行了...
|
8
SSang 55 分钟前
armhf 不是说没有支持的必要,只是 armhf 太少了,linuxserver 放弃 armhf 是有原因的。
如果是 armhf 用倒是可以,算是给这些过时平台的一个选择了。 你要是 action 能做到 qb 发版自动更新,可能还有点优势,但我看你还在 4.5 版本,而且是写死的,说实话我不知道这个轮子,除了对过时平台的支持,有什么造的意义。 |