Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Run the Dropbox daemon inside a Docker container

First interactive run: docker run -i -t -e UID=$(id -u) -v ~/.dropbox:/home/.dropbox -v ~/dropbox:/home/Dropbox theball/docker-dropbox

Normal run: docker run -d -e UID=$(id -u) -v ~/.dropbox:/home/.dropbox -v ~/dropbox:/home/Dropbox theball/docker-dropbox

About

A Docker container to run the dropbox daemon isolated

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages