luancschmitz / docker-magento-mac-m1

Mark Shust's Docker Configuration for Magento
https://m.academy/courses/setup-magento-2-development-environment-docker
MIT License
25 stars 9 forks source link

Mailcatcher image shows warning #3

Closed drpayyne closed 3 years ago

drpayyne commented 3 years ago

Description

The mailcatcher container shows a warning like below in the Docker Desktop dashboard. Is this image supported for arm64? I don't see ARM support listed in it's Docker Hub page - https://registry.hub.docker.com/r/schickling/mailcatcher/tags?page=1&ordering=last_updated

image

luancschmitz commented 3 years ago

HI @drpayyne.

this image don't support arm64, but run with emulation without problems.

I need to take some time to see if I can exchange this image for one that supports it. I will change the mailchatcher image to this one: https://registry.hub.docker.com/r/sj26/mailcatcher (I found this one now in a quick search.) But first I need to see if it will work normally, if so I will make the change.

drpayyne commented 3 years ago

Thanks @luancschmitz, let me also test some lightweight alternatives. Thanks for your response!

luancschmitz commented 3 years ago

I solved the problem... I changed the mailcatcher to the one I mentioned.

I have tested sending email and it is working normally.

Thanks for reporting the bug.