Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thypon/docker-dropbox
Docker! Dropbox! XPRA!
https://github.com/thypon/docker-dropbox
Last synced: 29 days ago
JSON representation
Docker! Dropbox! XPRA!
- Host: GitHub
- URL: https://github.com/thypon/docker-dropbox
- Owner: thypon
- Created: 2014-10-30T22:26:03.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-31T01:03:00.000Z (about 10 years ago)
- Last Synced: 2024-10-16T08:08:52.066Z (3 months ago)
- Language: Shell
- Size: 113 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Docker! Dropbox! XPRA!
==========================Run Dropbox inside an isolated [Docker](http://www.docker.io) container on your Linux desktop!
Known Issue: While audio works flawlessly during calls and Dropbox is perfectly usable, the notification sounds such as call ringing do not work.
Building Instructions
=====================1. Build the container
docker build -t dropbox .
2. Run the container and forward the appropriate port
mkdir -p $HOME/Dropbox $HOME/.dropbox
docker run -d -v $HOME/Dropbox:/home/docker/Dropbox -v $HOME/.dropbox:/home/docker/.dropbox -p 127.0.0.1:22222:22 dropbox3. Run dropbox with XPRA
xpra attach ssh:docker@localhost:22222:10