Docker cannot "see" volume/folders

Currently reading
Docker cannot "see" volume/folders

9
2
NAS
RS1221RP+
Operating system
  1. Linux
  2. macOS
Mobile operating system
  1. Android
  2. iOS
Greetings all!

I am really struggling in trying to get Tdarr working in Docker on my Synology RS1221RP+ box. I have it installed, and the server can see the node, but where I am stuck is exposing the relevant file shares on the diskstation to the docker container so that Tdarr can start transcoding.

For example, on my unit I have shares at:

/volume1/Movies
/volume1/TV

Both of these shares have video files in them I want to transcode with Tdarr. I think it is very safe to say I don't understand the relationship between the docker file system and the "global" file system of the NAS itself. I have found the variables for the admin account (1032) and admin group (102) and updated those in the properties of the containers, but I am obviously still missing something.

Thanks, I would really appreciate some assistance here.

-Rob
 
Greetings all!

I am really struggling in trying to get Tdarr working in Docker on my Synology RS1221RP+ box. I have it installed, and the server can see the node, but where I am stuck is exposing the relevant file shares on the diskstation to the docker container so that Tdarr can start transcoding.

For example, on my unit I have shares at:

/volume1/Movies
/volume1/TV

Both of these shares have video files in them I want to transcode with Tdarr. I think it is very safe to say I don't understand the relationship between the docker file system and the "global" file system of the NAS itself. I have found the variables for the admin account (1032) and admin group (102) and updated those in the properties of the containers, but I am obviously still missing something.

Thanks, I would really appreciate some assistance here.

-Rob
Welcome!

Looking at the compose file for it the volume mapping listed as an example is this

-v /media:/media

Meaning you need to map yours like this:

/volume1/Movies:/media

So left side is your local path and right side is the internal container path. You can use “movies” instead of “media” as I doubt it is hard coded to that name.

If it is then just it as the original documentation states.

If you have option to change the name of the internal folder then just make 2 volume mappings

/volume1/Movies:/movies
/volume1/TV:/tv
 
Upvote 0
Welcome!

Looking at the compose file for it the volume mapping listed as an example is this

-v /media:/media

Meaning you need to map yours like this:

/volume1/Movies:/media

So left side is your local path and right side is the internal container path. You can use “movies” instead of “media” as I doubt it is hard coded to that name.

If it is then just it as the original documentation states.

If you have option to change the name of the internal folder then just make 2 volume mappings

/volume1/Movies:/movies
/volume1/TV:/tv
Thank you, that definitely helps, but I am new to Docker on Synology, and I am using the Synology UI to adjust the parameters for the container.

How/where do I find the compose file for a container to edit it?
 
Upvote 0
Thank you, that definitely helps, but I am new to Docker on Synology, and I am using the Synology UI to adjust the parameters for the container.

How/where do I find the compose file for a container to edit it?
Stop the container and then select it in the UI. Click the Edit button to change some of the container parameters.

Jump to Volume tab and configure the mappings. Left column is your host side, right column is the internal destination/folder.
 
Upvote 0

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

  • Solved
I've changed the thread type. Now you can Mark as solution by clicking on this: Thank you.
Replies
6
Views
4,370
Gluetun works fine. I'm using it both for several other containers, and for proxying my browser through my...
Replies
3
Views
408
Thanks... I tried something similar with rsync. The docker volume lived in...
Replies
7
Views
619
I can’t find any option to restore just the settings. 1710356648 Phew, managed to fix it. Within the...
Replies
4
Views
499
Good to hear. Deluge has not been updated for almost two years now as an app, nevertheless. But it gives...
Replies
12
Views
1,103
  • Question
Open an issue on that GitHub page. The developers will be glad to assist. OP has posted two threads on...
Replies
5
Views
1,092
I'm happy with email notifications but in v0.3.3 of dockcheck the author added apprise notifications...
Replies
4
Views
1,231

Welcome to SynoForum.com!

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

Registration is free, easy and fast!

Trending threads

Back
Top