
如果你使用 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 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。
A Ubuntu based container images for Transmission with https://github.com/TonyRL/docker-transmission-skip-hash-check/#customized-features.
!https://img.shields.io/github/stars/tonyrl/docker-transmission-skip-hash-check?style=for-the-badge https://img.shields.io/docker/pulls/tonyrl/transmission-skip-hash-check?style=for-the-badge]((https://hub.docker.com/r/tonyrl/transmission-skip-hash-check/))
| Transmission Release | Base OS | Tag | Size |
|---|---|---|---|
| 3.00 | Ubuntu 20.04 LTS | focal, latest | !https://img.shields.io/docker/image-size/tonyrl/transmission-skip-hash-check/focal?style=flat-square |
| 3.00 | Ubuntu 18.04 LTS | bionic-v3 | !https://img.shields.io/docker/image-size/tonyrl/transmission-skip-hash-check/bionic-v3?style=flat-square |
| 2.94 | Ubuntu 18.04 LTS | bionic-v2.94 | !https://img.shields.io/docker/image-size/tonyrl/transmission-skip-hash-check/bionic-v2.94?style=flat-square |
x86-64 only
linux/arm64/v8 (arm64) and linux/arm/v7 are provided on an as is basis.
yaml--- version: "2.1" services: transmission: image: tonyrl/transmission-skip-hash-check container_name: transmission environment: - PUID=1000 - PGID=1000 - TZ=Europe/London - TRANSMISSION_WEB_HOME=/transmission-web-control/ #optional - USER=username #optional - PASS=password #optional - WHITELIST=iplist #optional volumes: - <path to data>:/config - <path to downloads>:/downloads - <path to watch folder>:/watch ports: - 9091:9091 - 51413:51413 - 51413:51413/udp restart: unless-stopped
shelldocker run -d \ --name=transmission \ -e PUID=1000 \ -e PGID=1000 \ -e TZ=Europe/London \ -e TRANSMISSION_WEB_HOME=/transmission-web-control/ `#optional` \ -e USER=username `#optional` \ -e PASS=password `#optional` \ -e WHITELIST=iplist `#optional` \ -p 9091:9091 \ -p 51413:51413 \ -p 51413:51413/udp \ -v <path to data>:/config \ -v <path to downloads>:/downloads \ -v <path to watch folder>:/watch \ --restart unless-stopped \ tonyrl/transmission-skip-hash-check
| Parameter | Function |
|---|---|
-p 9091 | WebUI |
-p 51413 | Torrent Port TCP |
-p 51413/udp | Torrent Port UDP |
-e PUID=1000 | UserID |
-e PGID=1000 | GroupID |
-e TZ=Europe/London | Specify a timezone. Time Zones list |
-e TRANSMISSION_WEB_HOME=/transmission-web-control/ | Use https://github.com/ronggang/transmission-web-control. (optional) |
-e USER=username | Specify an optional username for the interface |
-e PASS=password | Specify an optional password for the interface |
-e WHITELIST=iplist | Specify an optional list of comma separated host whitelist |
-v /config | Where transmission should store config files and logs. |
-v /downloads | Local path for downloads. |
-v /watch | Watch folder for torrent files. |
In the web interface [***] or https://github.com/transmission-remote-gui/transgui. Right click on ANY SEEDING torrent, choose Ask tracker for more peers (or tick ANY torrent and click the !Ask tracker for more peers icon
in the toolbar) and the CURRENT verifying torrent will be skipped for hash check. (Taken from https://github.com/superlukia/transmission-2.92_skiphashcheck#how-to-use)
Alternative Web UI such as https://github.com/endor/kettu and https://github.com/Secretmapper/combustion are dropped. If you want them back or want me to include other Web UI like https://github.com/killemov/Shift, please raise an issue.
Since this image is LinuxServer based, https://github.com/linuxserver/docker-mods from https://github.com/linuxserver/docker-mods are also available.
For further documentation, you can check out https://hub.docker.com/r/linuxserver/transmission and https://docs.linuxserver.io/
https://github.com/blackyau/Transmission_SkipHashChek/
https://github.com/linuxserver/docker-transmission
https://github.com/superlukia/transmission-2.92_skiphashcheck
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。
来自真实用户的反馈,见证轩辕镜像的优质服务