You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the supported architecture for this image is amd64 (also known as x86-64).
This might be causing the warning you encountered.
You can try running the image with the following command to suppress the warning (although this hasn't been tested):
docker run --platform linux/amd64 <image_name>
For more information on the missing ARM64 image, please refer to this
I am running this image on macOS ARM (Apple Silicon) with Docker Desktop.
I see the following error when running this image on my hardware:
The image does appear to work, but I'm wondering if there is a way to fix the image so that it doesn't produce this warning on the macOS ARM platform.
The text was updated successfully, but these errors were encountered: