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.
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 thediaspora
subdirectory (/home/diaspora/diaspora
) on the host filesystem.