-
Notifications
You must be signed in to change notification settings - Fork 2
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
I can't run mlgtools container #1
Comments
Conld you please make sure that you run this container on MacOS and have installed XQuartz? |
Same problem for me:
I have macOS as well as XQuartz. I "partially" solved this following instructions here: https://gist.github.com/cschiewek/246a244ba23da8b9f0e7b11a68bf3285?permalink_comment_id=3477013#gistcomment-3477013 However, after following those, mlgtools container failed with:
|
@muammar Thanks for your detailed report! The following error occurred:
I found a similar issue, I think this problem has to do with MacOS as local settings. Maybe you could do as follows to fix it:
Hope these could fix this problem. Have a nice day :) |
@muammar I faced the same problem. However, after I added the command blow, it fixed my problem before adding the localhost to xhost.
I hope this can also fix your problem. |
Hi.
I've followed the instructions to run mlgtools container but when i execute:
docker run --rm -it -v $PWD:/data -v /tmp/.X11-unix:/tmp/.X11-unix ghcr.io/metaphorme/mgltools
I got:
I've tried too with the next docker-compose file:
But i got:
What am i doing wrong?
Thanks in advance.
The text was updated successfully, but these errors were encountered: