A multiarch qBittorrent Docker image, based on Alpine Linux, with level 1,2,3 IPFilter block lists.
386 | amd64 | arm/v6 | arm/v7 | arm64 | ppc64le | s390x |
---|---|---|---|---|---|---|
✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
The -core
images contain IPFilter block lists, but no python3
(needed for search plugins) and tzdata
.
docker run --detach \
-p 8080:8080 \
-e DOCKER_UID=`id -u` \
-v /path/to/store/configs:/configs \
-v /path/to/store/data/and/logs:/data \
-v /path/to/finished/downloads:/torrents/complete \
-v /path/to/incomplete/downloads:/torrents/incomplete \
-it padhihomelab/qbittorrent-nox
Runs qbittorrent
with WebUI served on port 8080.