-
Task
-
Resolution: Unresolved
-
Minor
-
None
-
4.4.1
-
None
-
MOODLE_404_STABLE
Currently when running the Docker on a modern Mac computer you get:
docker run --platform linux/arm64 --rm -p 8100:443 moodlehq/moodleapp
Unable to find image 'moodlehq/moodleapp:latest' locally
latest: Pulling from moodlehq/moodleapp
Digest: sha256:86862e09aa3ce53dc5a2cb356b0f13cc413bfa3f6a43d2a2a0ee620b03a9a39e
Status: Image is up to date for moodlehq/moodleapp:latest
docker: image with reference docker.io/moodlehq/moodleapp:latest was found but does not match the specified platform: wanted linux/arm64, actual: linux/amd64.
Please release the Docker image built for Mac.