-
-
Notifications
You must be signed in to change notification settings - Fork 281
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 user process caused "exec format error" #279
Comments
What architecture is your ubuntu server? Can you post the output of |
The output is |
We don't build our images for Arm, only x86/64 |
@envygeeks would you be open to adding arm support if someone else did the work? I need to deploy to arm also. I thought I would check here first before I go create my own solution. |
Same here. We would like to use Jekyll images on M1 Mac without emulation. |
When I attempt to run
docker run jekyll/jekyll:latest
I receive the errorexec user process caused "exec format error"
.This works for me on my Windows machine, but not on my Ubuntu 20.04 server.
Running
Docker version 19.03.9
The text was updated successfully, but these errors were encountered: