getting-started icon indicating copy to clipboard operation
getting-started copied to clipboard

"Sharing Our App" instructions won't work with ARM computers

Open willfeldman opened this issue 2 years ago • 1 comments

The Docker Playground does not work with images created on Apple M1 Chip computers and returns an error message indicating that the image platform does not match the host platform.

willfeldman avatar Feb 26 '23 07:02 willfeldman

I faced the same issue, and It's worth mentioning in the articles. As a workaround and amd64 can be built using the buildx commands: https://docs.docker.com/build/building/multi-platform/

pfedotovsky avatar Mar 03 '23 13:03 pfedotovsky