Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

AM Docker on a mac

46 views
Skip to first unread message

Joseph Anderson

unread,
Dec 18, 2024, 10:48:51 AM12/18/24
to archivematica
Hello,

Is is possible to run the docker setup on a Mac? Has anyone had success in that? I keep hitting a wall.

Thanks,

Joe

Joseph Anderson

unread,
Dec 19, 2024, 11:53:11 AM12/19/24
to archivematica
Got this to work eventually. If anybody is interested, basically if you're using an apple silicon machine, you need to force the build to use linux/amd64.

Basically, you need to add that to main dockerfile and the storage service dockerfile, ie FROM --platform=linux/amd64 ubuntu:${UBUNTU_VERSION} AS base-builder

And in the docker-compose file, mysql, gearmand, fits, and clamavd need to have added platform: linux/amd64

-Joe
Reply all
Reply to author
Forward
0 new messages