A configurable uTorrent 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-utorrent:latest
For detailed usage and to pair it with VPN container please refer Usage.
Just put this in browser http://<local-ip>:8080/gui
.
For more details visit Accessing the UI.
- Usage
- Supported Environment Variables
- Accessing the UI
- Docker Options
- Debugging
- Container Networking
GPL-v3.0