dockerfiles
dockerfiles copied to clipboard
standard_init_linux.go:219: exec user process caused: exec format error
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?
~~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.