Code Monkey home page Code Monkey logo

Comments (8)

vinkvii avatar vinkvii commented on June 2, 2024

you can try https://github.com/ba0f3/docker-magma.
just don't build the image in docker-compose , use lavabit/magma as the the image and try.
let me know the results

from magma.

Kalishadowops avatar Kalishadowops commented on June 2, 2024

Thank you Vinkal,

I give it a try a let you know. I'll put a copy of my dockerfile when done. Cheer's.

from magma.

Kalishadowops avatar Kalishadowops commented on June 2, 2024

hi Vinkal,
It took a bit longer than expected as I got really busy with work . I tried your method and rgot that problem:
"docker: Error response from daemon: Cannot link to /mysql, as it does not belong to the default network"
I use dock-compose for memcached, mysql, phpmyadmin and as you can see in the attached img they run stable , I dont specifu network in d.compose file, so I tought they go in docker default network and the same for magma. i use that docker image "rgv151/lavabit-magma" . I am not familiar wiith docker so I need to look for the command to find out on what network the sql is running or it could be just a path error , the msg show "/mysql" .

I attached a couple's of pic so you got an idea of where i am with this project. .
thanks a lot for your help and input,
Alan

DOCKERFILE
/////
ENV DOMAIN=localhost.siamorg.com BASE_DIR=/magma MYSQL_HOST=mysql MYSQL_USER=root MYSQL_PASSWORD=root MYSQL_SCHEMA=magma

VOLUME [ "/magma" ]

#RUN bash magma-build.sh

EXPOSE 25/tcp 465/tcp 110/tcp 995/tcp 143/tcp 995/tcp 10000/tcp 10500/tcp

//////
DOCKER-COMPOSE

version: "3.2"
services:
memcached:
image: memcached
environment:
- MEMCACHED_CACHE_SIZE=128
- MEMCACHED_MAX_CONNECTIONS=2000
container_name: memcache
mysql:
image: mysql
environment:
- MYSQL_ROOT_PASSWORD=root
- MYSQL_USER=magma
- MYSQL_PASSWORD=volcano
- MYSQL_DATABASE=magma
container_name: mysql

////////////////////

[Cheer's](docker_mysql_run
docker_magma
mysql_magma_db
docker_images

)

from magma.

Kalishadowops avatar Kalishadowops commented on June 2, 2024

hi Vinkal,,
I got alll the container to run , but now got the same problem that i had before running docker-compose for asll application. magma start but exit quickly with error 139 ..."Docker container exits with code 139"
i attach the image of the running container ....
for one thing magma doesn't show any ports .. but maybe because it stop ... I need to find if any log's
Cheer's
Alan

Uploading magma_139.png…

from magma.

Kalishadowops avatar Kalishadowops commented on June 2, 2024

also this the docker magma inspect .....

"WorkingDir": "",
"Entrypoint": [
"/scripts/entrypoint.sh"
I think the entrypoint is wrong .... shouldn't it be magma-build-sh ...?
magma_inspect.txt

from magma.

vinkvii avatar vinkvii commented on June 2, 2024

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..

from magma.

Kalishadowops avatar Kalishadowops commented on June 2, 2024

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 .
Were you able( under any setup) to send and receive email's using magma ...? or only the server running with Lavabit is working .. curious about this.
Cheer's

from magma.

vinkvii avatar vinkvii commented on June 2, 2024

@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 ?

from magma.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.