https://github.com/mcrmonkey/docker-dropbox_client-poc
https://github.com/mcrmonkey/docker-dropbox_client-poc
docker dropbox ld-preload poc
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mcrmonkey/docker-dropbox_client-poc
- Owner: mcrmonkey
- Created: 2020-04-13T21:10:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-13T21:10:40.000Z (over 5 years ago)
- Last Synced: 2024-12-27T01:26:05.237Z (10 months ago)
- Topics: docker, dropbox, ld-preload, poc
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-dropbox_client-poc
Dropbox in container with LD_PRELOAD patch from https://github.com/dark/dropbox-filesystem-fix
Dropbox only supports specific filesystems on linux ( ext4, btrfs ) this
LD_PRELOAD tricks the client when it tries to detect the FS## Running
**NOTE**: This is a proof of concept thing. If you run this you do so *at your
own risk*. Its **not** supported by DropBox and your data may be
damaged or lost as a result.```console
docker run -it --rm --name db-poc -v /data/dot-dropbox:/root/.dropbox -v
/data/dropbox:/root/Dropbox```
You'll need to run this twice, first for setup and then again to start sync
ctrl-c when you see message about unsupported filesystem then run it again.