We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi
I tried to use EdgeDB on a PI (Raspbian) using Docker, but I issued with this error:
root@raspberrypi:~# docker run -it --rm -p 5656:5656 -p 8888:8888 --name=edgedb-server -v /home/bruno/DB/:/var/lib/edgedb/data edgedb/edgedb standard_init_linux.go:207: exec user process caused "exec format error"
Looks like something like this bug on emqx-docker project.
Do you have any idea ? Thanks !
The text was updated successfully, but these errors were encountered:
Answering to myself: as explained here, this is probably due to the fact that the image is compiled for Intel x86/x64, not for ARM.
So I'll have to cross-compile it and make an ARM image.
Sorry, something went wrong.
No branches or pull requests
Hi
I tried to use EdgeDB on a PI (Raspbian) using Docker, but I issued with this error:
Looks like something like this bug on emqx-docker project.
Do you have any idea ?
Thanks !
The text was updated successfully, but these errors were encountered: