wallix / PEPS

Innovative Open source Email + File sharing
GNU Affero General Public License v3.0
699 stars 114 forks source link

Problems with docker using boot2docker #16

Open chamerling opened 9 years ago

chamerling commented 9 years ago

Hi all,

I gave PEPS a try using boot2docker on OS X and I encountered some issues at several levels:

First things are user rights problems on folders while running 'make run': All the calls in the data_init task failed while trying to mkdir folders (under /data and /etc) and cp domain into /etc/peps also.

Once fixed by hand, I launched 'docker run', all containers started but I was unable to access to the web interface. (Note that boot2docker VM is accessible on a specific IP locally and not localhost, but this is not te problem here). So I tried to access to https://HOST:443 and I noticed that, on first call, the web container dies.

I tried to run it in interactive mode and launch the init script, without success. Do you have any idea on what is wrong with boot2docker?

Thanks! Christophe

hbbio commented 9 years ago

PEPS can't run with boot2docker yet because shared directories are not supported.

cf. https://github.com/boot2docker/boot2docker/issues/413

And PEPS starts but exits immediately because the configuration (including SSL certs) are not found.