Skip to content

spiritsree/docker-client-qbittorrent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker qbittorrent client

Docker Cloud Build Status Docker Cloud Automated build Docker Pulls Docker Stars GitHub tag (latest SemVer) License

A configurable qbittorrent docker client based out of Ubuntu image

Quick Start

You can run this by just running the following

docker run -d \
        --sysctl net.ipv6.conf.all.disable_ipv6=0 \
        --dns 8.8.8.8 --dns 8.8.4.4 \
        -v <local-dir>:/data \
        -p 8080:8080 \
        spiritsree/docker-client-qbittorrent:latest

For detailed usage and to pair it with VPN container please refer Usage.

Accessing the UI

Just put this in browser http://<local-ip>:8080.

For more details visit Accessing the UI.

Documentation

LICENSE

GPL-v3.0