DataDog / docker-dd-agent

Datadog Agent Dockerfile for Trusted Builds.
https://registry.hub.docker.com/u/datadog/docker-dd-agent/
MIT License
298 stars 189 forks source link

standard_init_linux.go:195: exec user process caused "exec format error" (Raspbian Stretch) #300

Open kianrafiee opened 6 years ago

kianrafiee commented 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

jeremiahbowen commented 2 years ago

You will need to add this to your docker file FROM --platform=linux/amd64 or update your command docker buildx build --platform=linux/amd64.