Mounted onedrive as storage on linux and use that as a docker volume #196
Closed
codingwizardx
started this conversation in
General
Replies: 1 comment 9 replies
-
The commands seem to be fine. Try to change the permissions for |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have my one drive mounted here /root/onedrive
i wanted to use this as host path and in container path /output
but whenever i download any file from jdownloader, it says output folder doesnt exist but it actually exist when i see inside container files and folders
this is my docker run command
docker run -d
--name=jdownloader-2
-v /docker/appdata/jdownloader-2:/config:rw
-v /root/onedrive:/output:rw
-p 5800:5800
-p 5900:5900
-p 3129:3129
jlesage/jdownloader-2
Beta Was this translation helpful? Give feedback.
All reactions