V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
请不要把任何和邀请码有关的内容发到 NAS 节点。

邀请码相关的内容请使用 /go/in 节点。

如果没有发送到 /go/in,那么会被移动到 /go/pointless 同时账号会被降权。如果持续触发这样的移动,会导致账号被禁用。
sn0wdr1am
V2EX  ›  NAS

如何使用 Docker 一键部署 qBittorrent

  •  
  •   sn0wdr1am · 3 小时 31 分钟前 · 219 次点击

    分享一个自己封装的 qBittorrent 镜像,欢迎大家使用。

    默认情况下,账号密码随机生成,非常安全。

    您也可以参考项目地址文档,运行的时候,传入自己的账户密码。

    开源项目地址: https://github.com/snowdreamtech/qbittorrent

    docker 镜像托管在:

    https://github.com/snowdreamtech/qbittorrent/pkgs/container/qbittorrent

    https://quay.io/repository/snowdreamtech/qbittorrent

    https://hub.docker.com/r/snowdreamtech/qbittorrent

    alpine 版本

    支持平台: platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/riscv64,linux/s390x

    docker run -d \
      --name=qbittorrent \
      -e TZ=Asia/Shanghai \
      -e WEBUI_LANG=zh_CN \
      -p 8080:8080 \
      -p 25413:25413 \
      -p 25413:25413/udp \
      -v ./data:/var/lib/qBittorrent/data  \
      -v ./downloads:/var/lib/qBittorrent/downloads  \
      -v ./incomplete:/var/lib/qBittorrent/incomplete  \
      -v ./torrents:/var/lib/qBittorrent/torrents  \
       ghcr.io/snowdreamtech/qbittorrent:alpine
    

    debian 版本

    支持平台: platforms: linux/386,linux/amd64,linux/arm/v5,linux/arm/v7,linux/arm64,linux/mips64le,linux/ppc64le,linux/s390x

    docker run -d \
      --name=qbittorrent \
      -e TZ=Asia/Shanghai \
      -e WEBUI_LANG=zh_CN \
      -p 8080:8080 \
      -p 25413:25413 \
      -p 25413:25413/udp \
      -v ./data:/var/lib/qBittorrent/data  \
      -v ./downloads:/var/lib/qBittorrent/downloads  \
      -v ./incomplete:/var/lib/qBittorrent/incomplete  \
      -v ./torrents:/var/lib/qBittorrent/torrents  \
       ghcr.io/snowdreamtech/qbittorrent:debian
    
    2 条回复    2025-01-23 01:27:36 +08:00
    Purelove
        1
    Purelove  
       1 小时 22 分钟前
    linuxserver/qbittorrent

    也可以试试这个
    LanhuaMa
        2
    LanhuaMa  
       51 分钟前
    不要重复造轮子。英文看的不爽给别人的文档做个中文翻译就好了
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   1162 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 18ms · UTC 18:19 · PVG 02:19 · LAX 10:19 · JFK 13:19
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.