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"
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 :
<img width="1059" alt="Screen Shot 2022-09-26 at 11 54 19 AM" src="https://user-images.githubusercontent.com/109522809/192208375-f6792181-aad9-4963-96b1-add035ad3c5a.png">
"The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested"
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.
@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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.