Answers for "standard_init_linux.go:178: exec user process caused "exec format error""

0

standard_init_linux.go:178: exec user process caused "exec format error"

#!/bin/bash
Posted by: Guest on February-22-2020
0

standard_init_linux.go:178: exec user process caused "exec format error"

If anyone has this problem when running the image on an x86 machine,
build the docker image with --platform linux/amd64
Posted by: Guest on May-13-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language