Open kianrafiee opened 6 years ago
The docker container starts up and exits immediately.
docker log for container shows:
standard_init_linux.go:195: exec user process caused "exec format error"
I have already done: cgroup_enable=memory swapaccount=1
cgroup_enable=memory swapaccount=1
You will need to add this to your docker file FROM --platform=linux/amd64 or update your command docker buildx build --platform=linux/amd64.
FROM --platform=linux/amd64
docker buildx build --platform=linux/amd64
The docker container starts up and exits immediately.
docker log for container shows:
standard_init_linux.go:195: exec user process caused "exec format error"
I have already done:
cgroup_enable=memory swapaccount=1