Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm/v7) #27

Open
TRaSH- opened this issue Oct 3, 2021 · 1 comment

Comments

@TRaSH-
Copy link

TRaSH- commented Oct 3, 2021

When running sudo docker run --rm -v /var/run/docker.sock:/var/run/docker.sock red5d/docker-autocompose:latest container1 container2

we're getting the following error

WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm/v7) and no specific platform was requested
standard_init_linux.go:228: exec user process caused: exec format error

i did a google search but it seems something is missing in the build command,
hope it's a easy fix

@federicoalvarez-github
Copy link

federicoalvarez-github commented Jul 11, 2022

Same here. I run it on a RPi4 64bits and runs OK, if I run it on a Pi Zero W, which is 32bits, it gives the same error. Surely there is something related to that, but I could not fix it. I tryed playing with "--platform=linux/arm/v6" and such, but no luck. Hope someone gets it!

My error is: "WARNING: The requested image's platform (linux/arm/v7) does not match the detected host platform (linux/arm/v6) and no specific platform was requested"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants