Sign inSign up

tinyserve/qbittorrent

By tinyserve

Updated 3 months ago

alpine based latest qBittorrent with smallest volume

Image
Databases & storage
0

5.9K

tinyserve/qbittorrent repository overview

qBittorrent :	https://github.com/qbittorrent/qBittorrent/tags
Qt:		https://pkgs.alpinelinux.org/package/edge/community/x86/qt6-qtbase
Libtorrent:	https://github.com/arvidn/libtorrent/tags
Boost:	        https://github.com/boostorg/boost/tags
 docker run -d \
    --name=qbt \
    -e TZ=Asia/Shanghai \
    -e WEBUI_PORT="8081" \
    -e SESSION_PORT="56881" \
    -e PUID=1024 \
    -e PGID=1024 \
    -p 56881:56881 \
    -p 56881:56881/udp \
    -p 8081:8081 \
    -v $HOME/docker/qbt/config:/config \
    -v $HOME/docker/qbt/data:/data \
    -v $HOME/docker/downloads:/downloads \
    --restart unless-stopped \
    tinyserve/qbittorrent

docker exec -it qbt mktorrent -v -p -d -c "COMMENTS" -l 22 -a http://PT-WEBSITE/announce.php -o NAME.torrent FILENAME/FOLDER

Tag summary

Content type

Image

Digest

sha256:41e970f84

Size

45.6 MB

Last updated

3 months ago

docker pull tinyserve/qbittorrent