Raspberry-pi docker error -pi: standard_init_linux.go: 178: the exec user process caused an "exec format" error

I installed docker in rapsbian in accordance with the official instructions (i.e. launched curl -sSL https://get.docker.com | sh), but I can not run the hello-world example (I also tried other examples without success). This is the error I get:

pi@raspberrypi2:~ $ docker run hello-world
standard_init_linux.go:178: exec user process caused "exec format error"

My environment is Raspberry Pi 2 Model B with Raspbian GNU / Linux 8 (jessie) and docker version 17.03.0-ce, build 60ccb22.

Any hint of a problem or possible directions to solve the problem?

Many thanks!

+6
source share
2 answers

ARM, x86_64. . ARM ARMv7 -. Debian ARM, , .

, , ARM, x86_64, , .

+15

:

#!/bin/bash 

+2

Source: https://habr.com/ru/post/1015870/


All Articles