Standard_init_linux.go:211: exec user process caused "exec format error"

Looks like the Raspberry Pi CPU is on ARM v8 architecture and the docker containers are built on x86/x64.

You can try rebuilding with this tool:

1 Like