Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

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 dropbox

3. Run dropbox with XPRA

xpra attach ssh:docker@localhost:22222:10