-
Notifications
You must be signed in to change notification settings - Fork 167
Description
I was able to get magma to run on centos 7 ... I still had some fixing to do with the mail client has not all functions are working properly, but my final goal was to get docker to run with magma, as I believe docker to be more efficient with resources ... but with docker, I couldn't get the lavabit/magma to run properly, I got Mysql. memcached and PHPMyAdmin to run smoothly but with magma, I couldn't get it to expand properly. I even try in interactive mode but I got error with make ...
If someone who succeed can show me or share with me dockerfile or docker-compose or even show me steps to follow, it be great ... few docker images on d.hub but very few if any guide. on lavabit/magma it show ;
docker run -d --name magma --privileged --link mysql:mysql --link memcache:memcache -e MYSQL_HOST=mysql -e MYSQL_USER=root -e MYSQL_PASSWORD=root -e MYSQL_SCHEMA=magma magma.
But no matter what dockerfile conf I tried, I always got an exit;139 or exit 0 error
Cheers,
Alan