standard_init_linux.go:211: exec user process caused “exec format error”

This can also happen when your host machine has a different architecture from your guest container image.

E.g. running an arm container on a host with x86-64 architecture

Leave a Comment