-
Notifications
You must be signed in to change notification settings - Fork 9
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
ARM Support (e.g. raspberry pi) #3
Comments
The base image itself is for multiple architectures, iam unsure if I need to create additional for it to work. (the error message is one of the default errors you will get then). Does it work with detached mode? If you clone the repo and build the image yourself, does this help?
|
The problematic dependencies which aren't available on arm:
Even with hardware it looks like a lot of work and I don't have the hardware for testing, but I would be quite happy if you would contribute it. branch I prepared for it |
You can archiv this by setting an env while you build. |
running it without detached mode gives me
standard_init_linux.go:211: exec user process caused "exec format error"
after that the container dies. I think i set it up correctly
The text was updated successfully, but these errors were encountered: