I've installed docker in rapsbian according to the official instructions (i.e., running curl -sSL https://get.docker.com | sh
) but I'm not able to run the hello-world example (I've also tried other examples without success). This is the error I'm getting:
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 about the problem or possible directions to solve the problem?
Many thanks!