There is currently a warning when run on Mac OS:
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested 0d6f4d0aa28d7fe4ebf5779d810e996b5445e7b473ae8b7edd33f2101210b3e9
The Docker image is built for linux/amd64 (x86_64) architecture, while my host machine is running on linux/arm64/v8, which is ARM architecture
There is currently a warning when run on Mac OS:
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested 0d6f4d0aa28d7fe4ebf5779d810e996b5445e7b473ae8b7edd33f2101210b3e9The Docker image is built for linux/amd64 (x86_64) architecture, while my host machine is running on linux/arm64/v8, which is ARM architecture