rTorrent with ruTorrent as a docker image for qnap qts container station
Image is also available on dockerhub: https://hub.docker.com/r/harek/rtorrent-rutorrent-qnap-qts/
Docker image with rTorrent/ruTorrent created for qnap qts
To run this on your qnap nas:
-
Clone this repo:
[email protected]:harek/qnap-qts-rtorrent-rutorrent-docker.git
-
Build docker image:
docker build -t "harek/rtorrent" . (in project dir)
-
Save image as tarball:
docker save "harek/rtorrent" > rtorrent.tar
-
Install "Container station" app on your qnap nas
-
Create some new network share/folder on your qnap nas volumen which will be used by rtorrent
-
Upload your rtorrent configuration to the top dir created in step 5 as a "rtorrent.rc" file (notice lack of preceded dot)
-
Go to "Container station" app and select import tab, then import button and select local tar file created in step 3
-
Type name for your image
-
Go to advanced settings:
- on shared directories tab: set volumen created in step 5 for mount point /download (read-write access)
- Optionaly: you should change auto port to some fixed ports in network tab
- Save created image in conatainer station
Enjoy :)