Docker qBitTorrent Client
902
A configurable qbittorrent docker client based out of Ubuntu image
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.
Just put this in browser http://<local-ip>:8080.
For more details visit Accessing the UI.
GPL-v3.0
Content type
Image
Digest
Size
84.9 MB
Last updated
over 6 years ago
docker pull spiritsree/docker-client-qbittorrent