diveintokcna
diveintokcna copied to clipboard
[Lab Issue]: Docker Buildx Architecture Issue - Apple Silicon
How is the lab being run?
Docker Desktop Extension
Operating System
macOS
Browser
Chrome
Lab Details
Docker Container Images using different buildx for different architectures
Issue Description
Creating cross platform builds without explicitly mentioning the driver version on an M series MacBook throws out a build related error as in the screenshot above.
^ the version of Docker Desktop that I used.
docker buildx create --name multiarch --driver docker-container --use
^ explicitly mentioning the driver version as docker container seems to be the fix.
Additional Feedback
No response