qBittorrent是一个跨平台的自由BitTorrent客户端,其图形用户界面是由Qt所写成的。使用libtorrent作为后端。网上已经存在诸多qBittorrent docker镜像,但使用起来个人并不满意,于是xiaoz自行将qBittorrent打包Docker镜像,并将构建方法开源到了Github,欢迎体验。
为什么要使用qBittorrent
玩过BT/PT的人应该对Transmission和qBittorrent都不陌生,两者各具特点,qBittorrent在抢占上传方面比Transmission更具优势。而Transmission在资源方面占用更低。因此一般玩PT建议Transmission + qBittorrent共用,qBittorrent用来刷上传,Transmission用来做种赚魔力。
qBittorrent镜像说明
- 基于Debian 10 x64镜像制作
- qBittorrent版本为
v4.1.5
- 已内置GeoIP数据库
- 默认设置为简体中文界面
Docker运行qBittorrent
docker run -d \
--name=qbittorrent \
-p 7881:7881 \
-p 7881:7881/udp \
-p 18080:18080 \
-v /data/qbittorrent/config:/etc/qBittorrent \
-v /data/qbittorrent/downloads:/downloads \
--restart unless-stopped \
helloz/qbittorrent
- 7881:用于传入连接的端口,TCP/UDP都需要映射,且主机端口和容器端口必须一致,否则无法下载和上传
- 18080:qBittorrentWEBUI访问端口,主机端口和容器端口必须一致,否则无法打开WEB界面
- /data/qbittorrent/config:qbittorrent配置文件存储目录,可自行修改
- /data/qbittorrent/downloads:下载目录,可自行修改
使用说明
运行成功后可通过http://IP:18080
进行访问,用户名为admin
,密码为adminadmin
,默认已经设置为了中文界面。
登录后请务必在“工具 - 选项 - WEB用户界面”修改用户名和密码。
大部分设置均可通过WEB界面直接修改,若需要修改部分特殊配置,可自行修改配置文件夹/你的挂载路径/config/qBittorrent.conf
,修改后重启下容器docker restart qbittorrent
项目地址
- Github:https://github.com/helloxz/qbittorrent
- 镜像地址:https://hub.docker.com/repository/docker/helloz/qbittorrent
喜欢用Transmission的也可以看看:使用Docker安装Transmission并使用增强版UI
qbittorrent-nox: error while loading shared libraries: libQt5Core.so.5: cannot open shared object file: No such file or directory 报错,已解决,提了PR
请问局域网登录web ui有办法不输入账号密码么?
第一次启动报错了,然后手动打个包重启后跑起来了
curl: (52) Empty reply from server
tar: /etc/qBittorrent/config.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
应该是网络原因从Github下载配置失败了,后续我优化下逻辑。
启动的时候 报错了
cache/
config/
config/qBittorrent-data.conf
config/qBittorrent.conf
config/rss/
config/rss/feeds.json
config/rss/storage.lock
data/
data/BT_backup/
data/BT_backup/session.lock
data/logs/
data/logs/qbittorrent.log
data/rss/
data/rss/articles/
data/rss/articles/storage.lock
qbittorrent-nox: error while loading shared libraries: libQt5Core.so.5: cannot open shared object file: No such file or directory
好像拉取不了镜像呀
我现在用的是linuxserver/qbittorrent镜像,请问有什么区别吗?
这个镜像我也用过,都差不多,但也有些区别。
1. linuxserver/qbittorrent镜像体积更大,但qb版本稍微高一些
2. linuxserver/qbittorrent默认不是中文,需要登陆后自己设置下
3. linuxserver/qbittorrent默认不是上海时区
整体区别不大,要体积小用我的,哈哈。
4.1.5版本有点低,另外xiaoz的镜像和其他镜像(我用的是linuxserver/qbittorrent
)有什么区别呢?
已经在用了,现有问题是web客户端不支持手机版,大佬有路子么?
可以搜索小程序“TransClient”来简单管理QB和TR
非常好用,多谢了