-
-
Notifications
You must be signed in to change notification settings - Fork 242
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
"exec /sbin/entrypoint.sh: exec format error" #432
Comments
Also when I do |
having the same issue, using Raspberry Pi 4 too |
having the same issue, using Orange Pi 5 too |
I just had the same problem, and this error usually occurs when the docker image doesn't support the used architecture. As #357 and the dockerhub image shows, there is no docker image for |
Closing as this is a duplicate of #357, thanks @lukaslangrock for explaining for others! |
Hi, I attempted to set up Zulip using the instructions (cloning the repo and skipping production instructions), but when I run
docker-compose up
inside of the Zulip directory, it keeps giving me these errors:docker-zulip_zulip_1 exited with code 1
zulip_1 | exec /sbin/entrypoint.sh: exec format error
I am running the container on a Raspberry Pi 4 if that helps at all.
I did not touch any of the configuration files, and only used the commands I was told to.
I'm not really sure how to fix this, so any help would be awesome.
The text was updated successfully, but these errors were encountered: