Skip to content

Micka33/docker-rtorrent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-rtorrent

Create a docker that contains rtorrent ready to use.

Rtorrent will restart automatically when it crash or is shutted down.

Docker-rtorrent config file is here.
This docker-rtorrent is preconfigured to work with docker-sickrage.

A bundle including sickrage/rtorrent, ready-to-use, is coming soon on Vagrant.

How to install it ?

git clone https://github.com/Micka33/docker-rtorrent.git
cd docker-rtorrent
sudo docker build -t rtorrent_image ./docker_files

##launch as deamon

sudo docker run --name rtorrent -d -p 0.0.0.0:63256:63256 -p 127.0.0.1:5000:5000 -v `pwd`/mounted:/root/mounted rtorrent_image

##Check it's running

sudo docker top rtorrent

About it

Rtorrent scgi is listening on 127.0.0.1:5000.
It means only local services can connect to the scgi interface.
You could install ruTorrent to manage your rtorrent server through a web interface.
a ruTorrent docker is coming soon

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages