-
Notifications
You must be signed in to change notification settings - Fork 80
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
Console exists right away - conn issue #126
Comments
Could you please try changing sleep 3 into sleep 60 or something longer and see what happens? console:
image: vesoft/nebula-console:nightly
entrypoint: ""
command:
- sh
- -c
- |
sleep 60 && ... Docker desktop will help emulate x86_64 image into arm64 and the console should be fine. Actually, this console container is only for doing a one-time |
and changed sleep 3 to 20. The result is the same. 30 the same. 60 the same. I've made wait the console for all graphd images
and changed sleep to 45, it worked. Btw do you consider to release an ARM64 of console and vesoft/nebula-graph-studio images? |
Thanks @imrefazekas , We should have added this dependency of console to graphd, would you mind create a PR for that? Regarding the arm64 image for console/studio, we could do that(I may use some time to do it later!), vesoft-inc/nebula-console#174 , vesoft-inc/nebula-studio#60 Before that, you could download its arm64(even for darwin) binary to your m1 macOS, too(I am doing it so) https://github.com/vesoft-inc/nebula-console/releases :) |
BTW, for playing it on the laptop, I created a nebula-up with some level of ease, too. While most of them are x86_64 images, only studio, dashboard, and NebulaGraph core were tested on M1 macOS for now(I am an m1 MBP user, too, though). And, welcome to the nebulaGraph community @imrefazekas ! |
close: #126 credit goes to @imrefazekas
created #128 |
Branch: master, latest
OS: MacOS 12.5.1
Comp: M1 MBP
Rosetta: no
Docker: 4.11.1
The text was updated successfully, but these errors were encountered: