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

Create a note in README.md's of docker images regarding different platform of host #5

Open
palmoreck opened this issue Aug 19, 2021 · 1 comment

Comments

@palmoreck
Copy link
Owner

Check possible warnings/errors regarding docker images that were built in platform different of hosts that will build or run it.

for WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested

Possible solution: add

--platform linux/amd64

when executing build or run.

@palmoreck
Copy link
Owner Author

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

1 participant