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
The platform for all the images on Dockerhub are linux/amd64.
Running docker run -dp 80:80 -v ./app:/app --name mysite automad/automad on my M2 Macbook:
Status: Downloaded newer image for automad/automad:latest
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
The text was updated successfully, but these errors were encountered:
Thanks for the answer. But unfortunately you get the following error message: WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
The platform for all the images on Dockerhub are
linux/amd64
.Running
docker run -dp 80:80 -v ./app:/app --name mysite automad/automad
on my M2 Macbook:The text was updated successfully, but these errors were encountered: