
https://raw.githubusercontent.com/emmercm/docker-qbittorrent/assets/qbittorrent.png]([***]
Headless qBittorrent client with remote web interface.
| Tags | Size |
|---|---|
5.1.4, 5.1.4-alpine, 5.1, 5.1-alpine, 5, 5-alpine, latest | |
5.0.5, 5.0.5-alpine, 5.0, 5.0-alpine | |
4.6.7, 4.6.7-alpine, 4.6, 4.6-alpine, 4, 4-alpine | |
⚠️ 4.5.5, 4.5.5-alpine, 4.5, 4.5-alpine | |
⚠️ 4.4.5, 4.4.5-alpine, 4.4, 4.4-alpine | |
⚠️ 4.3.9, 4.3.9-alpine, 4.3, 4.3-alpine | |
⚠️ 4.2.5, 4.2.5-alpine, 4.2, 4.2-alpine | |
⚠️ 4.1.9, 4.1.9-alpine, 4.1, 4.1-alpine | |
⚠️ 4.0.4, 4.0.4-alpine, 4.0, 4.0-alpine | |
⚠️ 3.3.16, 3.3.16-alpine, 3.3, 3.3-alpine, 3, 3-alpine |
From [***]
An advanced and multi-platform BitTorrent client with a nice Qt user interface as well as a Web UI for remote control and an integrated search engine. qBittorrent aims to meet the needs of most users while using as little CPU and memory as possible.
The qBittorrent project aims to provide an open-source software alternative to µTorrent.
qBittorrent is released uner the https://github.com/qbittorrent/qBittorrent/blob/master/COPYING to allow free use.
These images are built with qbittorrent-nox (no X server), a version of qBittorrent with the GUI disabled that is controlled via its built-in web UI.
The images do not require any external Docker networks, volumes, environment variables, or arguments and can be run with just:
bashdocker run \ --publish 8080:8080 \ --publish 6881:6881/tcp \ --publish 6881:6881/udp \ emmercm/qbittorrent
And accessed through the web UI at http://localhost:8080 with the https://github.com/qbittorrent/qBittorrent/wiki/Web-UI-password-locked-on-qBittorrent-NO-X-%28qbittorrent-nox%29 username admin and password adminadmin.
Due to the ephemeral nature of Docker containers these images provide a number of optional volume mounts to persist data outside of the container:
/config: the qBittorrent config directory containing qBittorrent.conf/downloads: the default download location/incomplete: the default incomplete download location/data: the qBittorrent folder that contains fast resume data, .torrent files, logs, and other data.Usage:
bashmkdir config downloads incomplete docker run \ --publish 8080:8080 \ --publish 6881:6881/tcp \ --publish 6881:6881/udp \ --volume "$PWD/config:/config" \ --volume "$PWD/data:/data" \ --volume "$PWD/downloads:/downloads" \ --volume "$PWD/incomplete:/incomplete" \ emmercm/qbittorrent
To change the timezone of the container set the TZ environment variable. The full list of available options can be found on ***.
docker-compose can help with defining the docker run config in a repeatable way rather than ensuring you always pass the same CLI arguments.
Here's an example docker-compose.yml config:
yamlversion: "3" services: qbittorrent: image: emmercm/qbittorrent:latest restart: unless-stopped environment: - TZ=America/New_York ports: - 8080:8080 - 6881:6881/tcp - 6881:6881/udp volumes: - ./config:/config - ./data:/data - ./downloads:/downloads - ./incomplete:/incomplete
There are a number of *** images such as Julio Gutierrez's https://hub.docker.com/r/bubuntux/nord*** that let you route network traffic from the qBittorrent container through the *** of your choice.
Here's an example docker-compose.yml config:
yamlversion: "3" services: vpn: image: bubuntux/nordvpn:openvpn restart: unless-stopped cap_add: - NET_ADMIN devices: - /dev/net/tun environment: - USER=user@email.com - PASS='pas$word' - COUNTRY=United_States - PROTOCOL=UDP - CATEGORY=P2P # Your local network, potentially 192.168.0.0/24 or something else - NETWORK=192.168.1.0/24 - OPENVPN_OPTS='--pull-filter ignore "ping-restart" --ping-exit 180' - TZ=America/New_York # Ports from qBittorrent ports: - 8080:8080 - 6881:6881/tcp - 6881:6881/udp qbittorrent: image: emmercm/qbittorrent:latest restart: unless-stopped network_mode: service:vpn environment: - TZ=America/New_York volumes: - ./config:/config - ./data:/data - ./downloads:/downloads - ./incomplete:/incomplete
All images are based on https://hub.docker.com/r/emmercm/libtorrent and therefore inherit those images' OS version, which is kept as up to date as possible.
emmercm/qbittorrent:<version>-alpineThe default image variant, these images are based on https://hub.docker.com/_/alpine which is designed to be "small, simple, and secure." This variant is recommended for when final image size is a concern.
This project is under the https://github.com/emmercm/docker-qbittorrent/blob/master/LICENSE to allow free use while ensuring it stays open.
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。





探索更多轩辕镜像的使用方法,找到最适合您系统的配置方式
通过 Docker 登录认证访问私有仓库
无需登录使用专属域名
Kubernetes 集群配置 Containerd
K3s 轻量级 Kubernetes 镜像加速
VS Code Dev Containers 配置
Podman 容器引擎配置
HPC 科学计算容器配置
ghcr、Quay、nvcr 等镜像仓库
Harbor Proxy Repository 对接专属域名
Portainer Registries 加速拉取
Nexus3 Docker Proxy 内网缓存
需要其他帮助?请查看我们的 常见问题Docker 镜像访问常见问题解答 或 提交工单
docker search 限制
站内搜不到镜像
离线 save/load
插件要用 plugin install
WSL 拉取慢
安全与 digest
新手拉取配置
镜像合规机制
manifest unknown
no matching manifest(架构)
invalid tar header(解压)
TLS 证书失败
DNS 超时
域名连通性排查
410 Gone 排查
402 与流量用尽
401 认证失败
429 限流
D-Bus 凭证提示
413 与超大单层
来自真实用户的反馈,见证轩辕镜像的优质服务