The Docker image is based on an x86-64 CPU architecture Linux distribution, while the Raspberry Pi is ARM. So your ARM CPU is being asked to run code that’s in the wrong format (x86-64). You could build your own Docker image with minimal changes.
Regards, Stephen > On 6 Apr 2020, at 15:39, bribridnl <[email protected]> wrote: > > Hello everybody, > did someone ever tried to run apache ignite docker on a raspberry pi ? > I installed docker on my raspberry pi model B following this tutorial : > https://phoenixnap.com/kb/docker-on-raspberry-pi > And i encountered no issue on running hello-world. > Now my problem is that when I try to run apacheignite/ignite docker > container (see official documentation > https://apacheignite.readme.io/docs/docker-deployment). I have this error > which I really don't understand : > > standard_init_linux.go:211: exec user process caused "exec format error" > > So I tried to run ignite through the binary files on my raspberry pi and it > worked perfectly. > I'm really confused why it's not working.. > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/
