DEV Community

Discussion on: A Developers perspective on the M1 MacBook Pro after 5 months of usage

Collapse
 
mismi85 profile image
Mickael Naulet

Hello,
Have you testing with the new version of docker ?
I need to buy another computer but I am afraid I can't run my docker container, Il use phpfm8, mailcatcher, elasticsearch, nginx, mariadb.

Collapse
 
andrewbaisden profile image
Andrew Baisden

I have not tried Docker yet but apparently it has support now docs.docker.com/docker-for-mac/app...

Collapse
 
webreaper profile image
Mark Otway

I've been using docker on my M1 MBP for a few months and it works just fine.

Thread Thread
 
dcsan profile image
dc

Docker is my concern too. What images are you using? If there docker system works is there any incompatible images?

Thread Thread
 
rickmills profile image
Rick Mills

I've been using it for a while too, the only images that I've had issue with was the official MySQL ones, although MariaDB has worked fine. That being said I believe Oracle has now updated their images to support arm64 so these should now work fine, but not one I've tested out as MariaDB is practically the same thing.