-
Notifications
You must be signed in to change notification settings - Fork 5.9k
RasPi: exec user process caused "exec format error" #271
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
Comments
I'm trying to debug this but it seems to boil down to |
@sr229 : with PWD or without - same error |
We have a new bundler that should make it possible for more CPU architectures to run the binary. Should be finished soon @catexis |
Great to hear that! Thank you for your responce and support! I am waiting for release. If it nessasary - i can make some russian translate for docs if you need. |
is there any news on when this will drop? |
We're already using it AFAIK @RelievedStudios but code-server's memory usage is far from optimal for Raspberry usage. |
Tracking here: #35 |
System info
OS Version:
Docker version:
Description
Try to run command:
docker run -d -t -p 8443:8443 -v "${PWD}:/root/project" codercom/code-server code-server --allow-http --no-auth
Or:
sudo docker run -t -p 127.0.0.1:8443:8443 -v "${PWD}:/root/project" codercom/code-server code-server --allow-http --no-auth
And i see this:
The text was updated successfully, but these errors were encountered: