
wernight/qbittorrentDockerfile linkslatest is the latest release built from source code on Alpine Linux (currently >4.1.x) stable is the latest packaged stable Debian packaged version (currently 3.3.x) 4, 4.2, 4.2.5 tagged version built from source code (based on Alpine) 4.1, 4.1.0 tagged version built from source code (based on Alpine) 3, 3.3, 3.3.13 tagged version built from source code (based on Alpine) 3.3.7 tagged version built from source code (based on Alpine) 3.3.3 tagged version built from source code (based on Debian) 3.3.1 tagged version built from source code (based on Debian) qBittorrent NoX is the headless with remote web interface version of qBittorrent BitTorrent client.
!qBittorrent logo
This image is:
:latest is based on official Alpine Docker image.520, and handles correctly PID 1 (using dumb-init).All mounts and ports are optional and qBittorrent will work even with only:
$ docker run wernight/qbittorrent
... however that way some ports used to connect to peers are not exposed, accessing the web interface requires you to proxy port 8080, and all settings as well as downloads will be lost if the container is removed. So start it using this command:
$ mkdir -p config torrents downloads $ docker run -d --user $UID:$GID \ -p 8080:8080 -p 6881:6881/tcp -p 6881:6881/udp \ -v $PWD/config:/config \ -v $PWD/torrents:/torrents \ -v $PWD/downloads:/downloads \ wernight/qbittorrent
... to run as yourself and have WebUI running on http://localhost:8080
(username: admin, password: adminadmin) with config in the following locations mounted:
/config: qBittorrent configuration files/torrents: Torrent files/downloads: Download locationNote: By default it runs as UID 520 and GID 520, but can run as any user/group.
It is probably a good idea to add --restart=always so the container restarts if it goes down.
You can change 6081 to some random port number (also change in the settings).
Note: For the container to run, the legal notice had to be automatically accepted. By running the container, you are accepting its terms. Toggle the flag in qBittorrent.conf to display the notice again.
Note: 520 was chosen randomly to prevent running as root or as another known user on your system; at least until issue #*** is fixed.
wernight/qbittorrent:latestLatest release of qBittorrent (No X) compiled on Alpine Linux from source code.
wernight/qbittorrent:<version>Those are tagged versions built from source code. Older versions are based on Debian while newer ones are based on Alpine Linux (just like :latest).
wernight/qbittorrent:stableWorks like :latest but based on Debian using only the package manager to install it. It's more tested, by Debian and package manager, but the image is larger than the one based on Alpine and it's an older version.
Having more issues? Report a bug on GitHub.





manifest unknown 错误
TLS 证书验证失败
DNS 解析超时
410 错误:版本过低
402 错误:流量耗尽
身份认证失败错误
429 限流错误
凭证保存错误
来自真实用户的反馈,见证轩辕镜像的优质服务