koehn / diaspora-docker

A project to make it easy to run your own Diaspora Pod using Docker containers.
Apache License 2.0
9 stars 3 forks source link

Make /home/diaspora on the container #4

Closed koehn closed 8 years ago

koehn commented 8 years ago

On Linux machines it doesn't work to have /home/diaspora on the host filesystem due to permissions hell. It works fine on Mac/Windows because VirtualBox resolves the permission problems.

Change the docker/diaspora/dockerfile to put only the diaspora subdirectory (/home/diaspora/diaspora) on the host filesystem.

koehn commented 8 years ago

Done.