mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 21:10:25 +01:00
Not able to run a docker after install docker-osx:monterey in mac m1 #400
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hapyjoshsoftware on GitHub (Sep 26, 2022).
Hi,
I am download docker-osx:monterey and try to setup in my docker container .
but following error has comes :
"The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested"
@mattlqx commented on GitHub (Nov 6, 2022):
That is just a warning to tell you the image arch doesn't match the native arch. Docker is using runtime translation to run the image.
@csonuryilmaz commented on GitHub (Jan 15, 2023):
I can suggest tart for M1 mac.