dockerfiles icon indicating copy to clipboard operation
dockerfiles copied to clipboard

standard_init_linux.go:219: exec user process caused: exec format error

Open legendofmiracles opened this issue 4 years ago • 1 comments

I've had quite a few errors like this, and every time it was because i tried to run x86 containers on my rpi, which is again the case right now. Are there any arm containers, or must i compile the container myself, or would that also not work?

legendofmiracles avatar Sep 19 '20 15:09 legendofmiracles

~~If you build the container yourself on your Raspberry Pi it should work just fine.~~ Actually you cannot even build it yourself, since the base clearlinux image does not exist for ARM.

I would also like to request hosted ARM containers. The Raspberry Pi in particular is an excellent use case for self-hosting software, for which Docker is a perfect fit.

gpanders avatar Nov 04 '20 20:11 gpanders