docker / getting-started

Getting started with Docker
Apache License 2.0
2.91k stars 6.4k forks source link

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

Open willfeldman opened 1 year ago

willfeldman commented 1 year ago

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.

pfedotovsky commented 1 year ago

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/