Skip to main content

Docker Warning Experienced with a M1 Chip Macbook

  • February 26, 2022
  • 0 replies
  • 160 views

If you see the below warning when creating an engine with Docker on a macbook with an M1 chip,

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

add --platform linux/amd64 to your docker run command.

0 replies

Be the first to reply!