-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lavabit/magma with docker #148
Comments
you can try https://github.com/ba0f3/docker-magma. |
Thank you Vinkal, I give it a try a let you know. I'll put a copy of my dockerfile when done. Cheer's. |
hi Vinkal, I attached a couple's of pic so you got an idea of where i am with this project. . DOCKERFILE VOLUME [ "/magma" ] #RUN bash magma-build.sh EXPOSE 25/tcp 465/tcp 110/tcp 995/tcp 143/tcp 995/tcp 10000/tcp 10500/tcp ////// version: "3.2" //////////////////// ) |
hi Vinkal,, |
also this the docker magma inspect ..... "WorkingDir": "", |
bit late response . though i had tried the docker-compose method but couldn't start it, was getting error. thought might be helpful for you. Glad you reached so far.. |
Thank's Vinkal, I will pause docker for a while and get back to vmware, I think I got a better chance to get running model . or at least to be able to send and receive mail using magma .... even trying to build the image that you link I always got error the container build .. but it only run for a few second . |
@Kalishadowops never got up and worked for me. I did not get time to look into nto the same. But now i am looking for a mail server went for mailcow as it was easy to setup. Are you going to continue ? |
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
The text was updated successfully, but these errors were encountered: