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!
source
share