qbittorrent (sha256:9866bfa7e3dcd3b9a591d3122931f142420a5ad08f0289a139756152074265ff)
Published 2026-06-22 00:03:34 +00:00 by rasmuskr
Installation
docker pull code.rakr.dk/mirror/qbittorrent@sha256:9866bfa7e3dcd3b9a591d3122931f142420a5ad08f0289a139756152074265ffsha256:9866bfa7e3dcd3b9a591d3122931f142420a5ad08f0289a139756152074265ffAbout this package
The [Qbittorrent](https://www.qbittorrent.org/) is a bittorrent client programmed in C++ / Qt that uses libtorrent (sometimes called libtorrent-rasterbar) by Arvid Norberg.
Image layers
| COPY /root-out/ / # buildkit |
| ARG BUILD_DATE=2026-06-20T15:18:08+00:00 |
| ARG VERSION=fa9ce456-ls18 |
| ARG MODS_VERSION=v3 |
| ARG PKG_INST_VERSION=v1 |
| ARG LSIOWN_VERSION=v1 |
| ARG WITHCONTENV_VERSION=v1 |
| LABEL build_version=Linuxserver.io version:- fa9ce456-ls18 Build-date:- 2026-06-20T15:18:08+00:00 |
| LABEL maintainer=TheLamer |
| ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit |
| ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/package-install.v1 /etc/s6-overlay/s6-rc.d/init-mods-package-install/run # buildkit |
| ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/lsiown.v1 /usr/bin/lsiown # buildkit |
| ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/with-contenv.v1 /usr/bin/with-contenv # buildkit |
| ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 S6_VERBOSITY=1 S6_STAGE2_HOOK=/docker-mods VIRTUAL_ENV=/lsiopy PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| RUN |6 BUILD_DATE=2026-06-20T15:18:08+00:00 VERSION=fa9ce456-ls18 MODS_VERSION=v3 PKG_INST_VERSION=v1 LSIOWN_VERSION=v1 WITHCONTENV_VERSION=v1 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache alpine-release bash ca-certificates catatonit coreutils curl findutils jq netcat-openbsd procps-ng shadow tzdata && echo "**** create abc user and make our folders ****" && groupmod -g 1000 users && useradd -u 911 -U -d /config -s /bin/false abc && usermod -G users abc && mkdir -p /app /config /defaults /lsiopy && echo "**** cleanup ****" && rm -rf /tmp/* # buildkit |
| COPY root/ / # buildkit |
| ENTRYPOINT ["/init"] |
| ENV LSIO_FIRST_PARTY=true |
| ARG BUILD_DATE=2026-06-21T10:24:32+00:00 |
| ARG VERSION=5.2.2_v2.0.13-ls463 |
| ARG QBITTORRENT_VERSION=5.2.2_v2.0.13 |
| ARG QBT_CLI_VERSION |
| LABEL build_version=Linuxserver.io version:- 5.2.2_v2.0.13-ls463 Build-date:- 2026-06-21T10:24:32+00:00 |
| LABEL maintainer=thespad |
| ENV HOME=/config XDG_CONFIG_HOME=/config XDG_DATA_HOME=/config |
| RUN |4 BUILD_DATE=2026-06-21T10:24:32+00:00 VERSION=5.2.2_v2.0.13-ls463 QBITTORRENT_VERSION=5.2.2_v2.0.13 QBT_CLI_VERSION= /bin/sh -c echo "**** install packages ****" && apk add --no-cache grep icu-libs p7zip python3 && echo "**** install qbittorrent ****" && if [ -z ${QBITTORRENT_VERSION+x} ]; then QBITTORRENT_VERSION=$(curl -sL "https://api.github.com/repos/userdocs/qbittorrent-nox-static/releases" | jq -r 'first(.[] | select(.prerelease == true) | .tag_name)' | awk -F '-' '{print $2}'); fi && curl -o /app/qbittorrent-nox -L "https://github.com/userdocs/qbittorrent-nox-static/releases/download/release-${QBITTORRENT_VERSION}/aarch64-qbittorrent-nox" && chmod +x /app/qbittorrent-nox && echo "***** install qbitorrent-cli ****" && mkdir /qbt && if [ -z ${QBT_CLI_VERSION+x} ]; then QBT_CLI_VERSION=$(curl -sL "https://api.github.com/repos/fedarovich/qbittorrent-cli/releases/latest" | jq -r '. | .tag_name'); fi && curl -o /tmp/qbt.tar.gz -L "https://github.com/fedarovich/qbittorrent-cli/releases/download/${QBT_CLI_VERSION}/qbt-linux-alpine-arm64-net6-${QBT_CLI_VERSION#v}.tar.gz" && tar xf /tmp/qbt.tar.gz -C /qbt && printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && echo "**** cleanup ****" && rm -rf /root/.cache /tmp/* # buildkit |
| COPY root/ / # buildkit |
| COPY /usr/bin/unrar-alpine /usr/bin/unrar # buildkit |
| EXPOSE [6881/tcp 6881/udp 8080/tcp] |
| VOLUME [/config] |
Labels
| Key | Value |
|---|---|
| build_version | Linuxserver.io version:- 5.2.2_v2.0.13-ls463 Build-date:- 2026-06-21T10:24:32+00:00 |
| maintainer | thespad |
| org.opencontainers.image.authors | linuxserver.io |
| org.opencontainers.image.created | 2026-06-21T10:24:32+00:00 |
| org.opencontainers.image.description | The [Qbittorrent](https://www.qbittorrent.org/) is a bittorrent client programmed in C++ / Qt that uses libtorrent (sometimes called libtorrent-rasterbar) by Arvid Norberg. |
| org.opencontainers.image.documentation | https://docs.linuxserver.io/images/docker-qbittorrent |
| org.opencontainers.image.licenses | GPL-3.0-only |
| org.opencontainers.image.ref.name | 86c049e9e5683537a1b3359a63ea04cdc876ea64 |
| org.opencontainers.image.revision | 86c049e9e5683537a1b3359a63ea04cdc876ea64 |
| org.opencontainers.image.source | https://github.com/linuxserver/docker-qbittorrent |
| org.opencontainers.image.title | Qbittorrent |
| org.opencontainers.image.url | https://github.com/linuxserver/docker-qbittorrent/packages |
| org.opencontainers.image.vendor | linuxserver.io |
| org.opencontainers.image.version | 5.2.2_v2.0.13-ls463 |