#docker-rtorrent-rutorrent
a docker containing ruTorrent ready to use.
git clone https://github.com/Micka33/docker-rtorrent-rutorrent.git
cd docker-rtorrent-rutorrent
sudo docker build -t rutorrent_image ./docker_files
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
docker-compose run --service-ports --rm torrent /sbin/my_init -- /bin/bash