
如果你使用 DeepSeek、元宝 AI、Copilot、ChatGPT 等 AI 工具,协助配置轩辕镜像、编写 docker pull 命令、修改 Docker Compose 镜像地址、配置镜像加速、排查镜像拉取失败、分析报错日志等问题,请先让 AI 阅读并遵守轩辕镜像的规则文档。
只需在 AI 对话中先发送下面这句话即可:
请先完整阅读并严格遵守以下文档中的全部规则与要求:
https://xuanyuan.cloud/agents.md
在未充分阅读并理解该文档前,不要生成任何命令、配置、修改建议、故障排查方案或技术回答。后续所有输出都必须严格以该文档中的规范为最高优先级执行。查看 agents.md 用法指南与完整示范。国内用户首推 元宝 AI、DeepSeek 的深度思考模式,不推荐豆包 AI;Cursor 等编辑器可在对话 @ 该链接,或加入 User Rules。 若 AI 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。
Dockerfile linksqBittorrent NoX is the headless with remote web interface version of qBittorrent BitTorrent client.
!https://github.com/wernight/docker-qbittorrent/blob/master/docs/qbittorrent-logo.png?raw=true
This image is:
:latest is based on official https://registry.hub.docker.com/_/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 https://github.com/docker/docker/pull/*** 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? https://github.com/wernight/docker-qbittorrent/issues.
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。




来自真实用户的反馈,见证轩辕镜像的优质服务