access to data on docker container

Discussion about Docker
Post Reply
User avatar
SoLX
Posts: 9
Joined: 07 Mar 2024, 00:00
United States of America

access to data on docker container

Post 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?
User avatar
TMzethar
TerraMaster Team
Posts: 1223
Joined: 27 Oct 2020, 16:43

Re: access to data on docker container

Post 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.
To contact our team, please send email to following addresses, remember to replace (at) with @:
Technical team: support(at)terra-master.com (for technical support)
Service team: service(at)terra-master.com (for purchasing, return, replacement, RMA service)
Post Reply

Return to “Docker”