📜  standard_init_linux.go:211: exec 用户进程导致“exec 格式错误” - C 编程语言代码示例

📅  最后修改于: 2022-03-11 15:04:41.804000             🧑  作者: Mango

代码示例1
The problem of this might be due to the fact you are using a base image that 
does not correspond to your device-type architecture e.g. arm, aarch64, ...

Check your system with the following command
$ uname -m
and check the base image on DockerHub