Page 1 of 1

access to data on docker container

Posted: 18 Mar 2024, 00:55
by SoLX
Hello,

I am using Jdownloader running on a container and I downloaded some files. Where is the container data stored so I can gain access to those files?

Re: access to data on docker container

Posted: 21 Mar 2024, 19:43
by TMzethar
Hi, you should had noticed that there is a "mounting directory" when you setting up the container.
Perhaps you can use it to realize your ideas.
You can first enter the container and create a soft link in the mounting destination directory on the side of the container to point to the folder directory you want to access.
Then you can access the target data from the mounting source directory on the TOS side.