Open GeneralMidi opened 5 years ago
I'm getting the same issue. Since restarting the container, dropbox has updated and now no longer starts. i suspect it's something similar to this... https://www.dropboxforum.com/t5/Desktop-client-builds/Stable-Build-80-4-126/m-p/363846/highlight/true#M5426
Docker logs show it downloads the latest dropbox version (81.4.195) so I guess it's not fixed since the build 80.4.126. Some suggestions I saw were to chmod of libdropbox_apex.so...but yeah, this is beyond me, I'm not sure how docker works, and I'm not sure how to execute this command (I guess you can't, which might be the whole point of docker??!!)
Did anyone else get this working. I thought having dropbox in docker would be a great idea...but I'm starting to think it's maybe not such a good idea...
This seems to come up when you specify DBOX_UID
and it is a permissions issue.
I submitted a fix for this in PR #37, but you can take a look at the one-line fix in the run
script if don't want to wait for it to be merged in. After you make that fix build the image:
# from the docker-dropbox directory
$ docker build . --tag dropbox
The follow the instructions in the README replacing janeczku/dropbox
with just dropbox
(what you just called the image with the --tag
option).
Hi guys, newbie here. I'm running docker on OpenMediaVault. I can't get up and running with this dropbox image. I'm getting the following error when checking the docker logs:
_ImportError: libdropboxapex.so: cannot open shared object file: No such file or directory
would anyone have any ideas what I'm doing wrong?
Thanks Luke