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
I moved my docker services from an intel server to a Raspberry Pi, and when starting this service I get an error:
# docker compose up -d
[+] Running 2/2
✔ Container mailrise Started 0.2s
! mailrise The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
Your docker compose file appears to be hard coded to use the amd64 build. Either specify the arm64 build or remove the architecture altogether and docker will pull the matching one:
Hello,
I moved my docker services from an intel server to a Raspberry Pi, and when starting this service I get an error:
The logs show that the binary file won't run:
Are there any plans to support
linux/arm64/v8
?The text was updated successfully, but these errors were encountered: