a docker containing ruTorrent ready to use.
PHP Nginx Shell ApacheConf
Switch branches/tags
Nothing to show
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
docker_files
mounted
.gitignore
README.md
docker-compose.yml

README.md

#docker-rtorrent-rutorrent

Join the chat at https://gitter.im/Micka33/docker-rtorrent-rutorrent

a docker containing ruTorrent ready to use.

Dependency

Install it

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

Run it

docker run --name rutorrent -d -p 80:80 -p 0.0.0.0:63256:63256 -v `pwd`/mounted:/root/mounted rutorrent_image
OR
docker-compose run --service-ports --rm torrent

Debug it

docker-compose run --service-ports --rm torrent /sbin/my_init -- /bin/bash