RasPi: exec user process caused "exec format error"
See original GitHub issueSystem info
OS Version:
PRETTY_NAME="Raspbian GNU/Linux 9 (stretch)" NAME="Raspbian GNU/Linux" VERSION_ID="9" VERSION="9 (stretch)" ID=raspbian ID_LIKE=debian HOME_URL="http://www.raspbian.org/" SUPPORT_URL="http://www.raspbian.org/RaspbianForums" BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
Docker version:
Client: Version: 18.09.0 API version: 1.39 Go version: go1.10.4 Git commit: 4d60db4 Built: Wed Nov 7 00:57:21 2018 OS/Arch: linux/arm Experimental: false Server: Docker Engine - Community Engine: Version: 18.09.0 API version: 1.39 (minimum version 1.12) Go version: go1.10.4 Git commit: 4d60db4 Built: Wed Nov 7 00:17:57 2018 OS/Arch: linux/arm Experimental: false
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:
standard_init_linux.go:207: exec user process caused "exec format error"
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
Raspberry PI: exec user process caused "exec format error" #2
Hi I tried to use EdgeDB on a PI (Raspbian) using Docker, but I issued with this error: root@raspberrypi:~# docker run -it --rm...
Read more >"exec format error" when trying to start a arm64 docker image ...
I am attempting to run a arm64 docker image: https://hub.docker.com/r/florider89/joplin-server/tags on a Raspberry Pi 4 with a 64 bit Debian ...
Read more >Raspberry-pi docker error: standard_init_linux.go:178: exec ...
The underlying issue is that the binary format used by ARM is not compatible with x86_64, which is the architecture used by most...
Read more >exec user process caused "exec format error" - You.com
The "exec format error" is an indication that you are running a binary designed for another platform. You'll need to look at how...
Read more >exec user process caused "exec format error"onPi3
Hi all, I can run evennia on a raspberry pi no problem but when i try and run the docker container for evennia...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@catexis it seems we were running on a
armhf
platform, which sadly we don’t compile against, yet.refer to #35 for progress.
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.