qBittorrent - http://www.qbittorrent.org/
Running on the latest Phusion release (ubuntu 14.04), with qBittorrent 3.3.5
Pull image
docker pull mace/qbittorrent
Run container
docker run -d --net="bridge" -p 8082:8082 -p 6881:6881 --name=<container name> -v <path for qbit config files>:/config -v /etc/localtime:/etc/localtime:ro -v <path for download files>:/downloads -v <path for torrent watched files>:/downloads -e AUSER=<host user UID> -e AGROUP=<host user GID> mace/qbittorrent
Please replace all user variables in the above command defined by <> with the correct values.
-e AUSER=<host user UID> (match with the host users UID)
-e AGROUP=<host user GID> (match with the host users GID)
-e PIPEWORK=<yes> can be added to wait for network connection
Example
docker run -d --net="bridge" -p 8082:8082 -p 6881:6881 --name=qbittorrent -v /local_directory/downloads:/downloads -v /local_directory/config:/config -v /local_directory/watched:/watched -v /etc/localtime:/etc/localtime:ro -e AUSER=1000 -e AGROUP=1000 mace/qbittorrent
Additional notes
Content type
Image
Digest
Size
113.3 MB
Last updated
about 10 years ago
docker pull mace/qbittorrent