2016-04-13 13:54:30 +02:00
..
2016-04-13 13:54:30 +02:00
2016-04-11 15:59:32 +02:00
2016-04-11 15:59:32 +02:00

RuTorrent Image

ImageLayer

  • latest
  • latest-filebot, filebot

Tag available

Description

What is RuTorrent ?

ruTorrent is a front-end for the popular Bittorrent client rtorrent. This project is released under the GPLv3 license, for more details, take a look at the LICENSE.md file in the source.

What is rtorrent ?

rtorrent is the popular Bittorrent client.

BUILD IMAGE

docker build -t xataz/rutorrent github.com/xataz/dockerfiles.git#master:rutorrent/latest

Configuration

Environments

  • UID : Choose uid for launch rtorrent (default : 991)
  • GID : Choose gid for launch rtorrent (default : 991)
  • WEBROOT : (default : /)

Volumes

  • /data : Folder for download torrents

data Folder tree

  • /data/.watch : Rtorrent watch this folder and add automatly torrent file
  • /data/.session : Rtorrent save statement here
  • /data/torrents : Rtorrent download torrent here
  • /data/Media : If filebot version, rtorrent create a symlink

Ports

  • 80

Usage

Simple launch

docker run -d -p 80:80 xataz/rutorrent

URI access : http://XX.XX.XX.XX

Advanced launch

docker run -d -p 80:80 \
	-v /docker/data:/data \ 
	-e UID=1001 \
	-e GID=1001 \
    -e WEBROOT=/rutorrent \
	xataz/rutorrent:filebot

URI access : http://XX.XX.XX.XX/rutorrent