linuxserver rutorrent docker image issue

Currently reading
linuxserver rutorrent docker image issue

15
1
NAS
DS1819+
Operating system
  1. macOS
  2. Windows
Mobile operating system
  1. iOS
hello,

i am new in using docker and I thought it is straight forward thing but I was proven wrong. i installed docker image "linuxserver rutorrent" from docker registry since it has the highest ranking to use it in my synology nas. i was successful to access the UI and i started to download a file to try if it works. after it was completed i searched for the file in my nas and could not find it!!! however if i click on the file i can download it to my laptop!. it seems that it was downloaded somewhere in my nas but i am not able to find it. note that after creating the image no folder was created inside the docker folder or anywhere else i thought it will be created after a file is downloaded. can you guys help me i am really frustrated.
 
i am not able to find it
When setting up the container, you must tell it where to drop the files (volume mapping), among other things. Otherwise, stuff can end up on the OS partition, and prevent the NAS from running. For example:
Code:
volumes:
      - </path/to/rutorrent/config>:/config
      - </path/to/rutorrent/downloads>:/downloads

Container settings are described on Docker Hub.
 
Looks like you didn't understand what @Telos wrote. Why don't you share how you have your rutorrent container configured and we can then help with more precision.
no ive understand him and what he said was right i did not tell it where to drop the files (volume mapping) issue is solved now i want to delete the files i downloaded in the OS partion. my question is how can i access OS files and folders to delete what was downloaded there
 
how can i access OS files and folders to delete what was downloaded there
Delete and recreate the container. I believe that will clear all that the container was holding. Or you could browse within the running container's /downloads folder, and delete all you see there (via command window).
 
Delete and recreate the container. I believe that will clear all that the container was holding.
That will solve it cleanly.
Or you could browse within the running container's /downloads folder, and delete all you see there (via command window).
Be carefull: if the volume mapping is already done, the mapped host will will be mounted "on-top" of the folder in the containers filesystem and you end up deleting files from the mapped host folder.
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Similar threads

I've been following your guides for a long time. Great help, especially when I started messing around with...
Replies
10
Views
1,354
Got it. 1683632470 UPDATE: Prowlarr suddenly decided to work. Nothing I can see that I did differently...
Replies
12
Views
1,487
To avoid two-way sync corruption in the docker folder, I just created folders for each NAS under the...
Replies
6
Views
1,227
Docker aka Container Manager is supported on 223 model but only under DSM 7.2 which is in the current beta...
Replies
3
Views
2,253
Thanks for your help. I was able to get mine working, now I just need the driver for my 12 year old canon...
Replies
3
Views
2,113
  • Question
Yeah, that did it. No idea why I didn't think of that. Thanks. For anyone who's also using compose files...
Replies
2
Views
1,439
I have no idea, as the nginx.conf uses directives that are undocumented (=high likely a custom...
Replies
14
Views
3,280

Welcome to SynoForum.com!

SynoForum.com is an unofficial Synology forum for NAS owners and enthusiasts.

Registration is free, easy and fast!

Back
Top