mhart / alpine-node

Minimal Node.js Docker Images built on Alpine Linux
MIT License
2.45k stars 303 forks source link

Getting "exec format error" #58

Closed varatep closed 8 years ago

varatep commented 8 years ago

When running image, I get error:

$ docker run -it mhart/alpine-node:4 sh
standard_init_linux.go:175: exec user process caused "exec format error"

This is on my Raspberry Pi.

$ docker info
Containers: 12
 Running: 0
 Paused: 0
 Stopped: 12
Images: 21
Server Version: 1.12.1
Storage Driver: overlay
 Backing Filesystem: extfs
Logging Driver: json-file
Cgroup Driver: cgroupfs
Plugins:
 Volume: local
 Network: null host bridge overlay
Swarm: inactive
Runtimes: runc
Default Runtime: runc
Security Options:
Kernel Version: 4.4.15-hypriotos-v7+
Operating System: Raspbian GNU/Linux 8 (jessie)
OSType: linux
Architecture: armv7l
CPUs: 4
Total Memory: 862 MiB
Name: black-pearl
ID: QLG7:HLFA:YNZ2:SNNF:5XC3:ORPG:WUM6:NC3K:JK45:RXPO:SGCL:NI6J
Docker Root Dir: /var/lib/docker
Debug Mode (client): false
Debug Mode (server): false
Registry: https://index.docker.io/v1/
WARNING: No cpuset support
Insecure Registries:
 127.0.0.0/8
mhart commented 8 years ago

Do you get the same thing when you run:

docker run -it alpine sh

If so, then it's nothing specific to do with this image – this image uses the official alpine image as a base: https://hub.docker.com/_/alpine/

You could open an issue over at https://github.com/gliderlabs/docker-alpine if you can't solve it

varatep commented 8 years ago

I get the same error, will create issue on alpine repo.