snowdreamtech/rtorrent,用于便捷部署BitTorrent客户端服务。
您可以通过Docker CLI或Docker Compose快速创建容器部署Rtorrent服务。
bashdocker run -d \ --name=rtorrent \ -e TZ=Etc/UTC \ -e RPC_PORT=50000 \ -p 50000:50000 \ -p 50000:50000/udp \ -v /path/to/config:/var/lib/rtorrent/config \ -v /path/to/downloads:/var/lib/rtorrent/downloads \ --restart unless-stopped \ snowdreamtech/rtorrent:latest
yamlversion: "3" services: rtorrent: image: snowdreamtech/rtorrent:latest container_name: rtorrent environment: - TZ=Etc/UTC # 时区设置,例如 Asia/Shanghai - RPC_PORT=50000 # RPC端口 volumes: - /path/to/config:/var/lib/rtorrent/config # 配置文件目录(可选) - /path/to/downloads:/var/lib/rtorrent/downloads # 下载文件存储目录 ports: - 50000:50000 # TCP端口映射 - 50000:50000/udp # UDP端口映射 restart: unless-stopped
bash# 创建buildx构建实例 docker buildx create --use --name build --node build --driver-opt network=host # 构建并推送多平台镜像 docker buildx build -t snowdreamtech/rtorrent --platform=linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/riscv64,linux/s390x . --push
MIT
manifest unknown 错误
TLS 证书验证失败
DNS 解析超时
410 错误:版本过低
402 错误:流量耗尽
身份认证失败错误
429 限流错误
凭证保存错误
来自真实用户的反馈,见证轩辕镜像的优质服务