Comment on Linux has higher share than MacOS among software developers

<- View Parent
domi@lemmy.secnd.me ⁨11⁩ ⁨months⁩ ago

I’m not a Mac guy so I can’t comment on the hardware side of things but I can comment on the Docker side of things.

Docker runs in a VM on Mac, and in a VM or WSL on Windows. On Windows the experience is awful, doesn’t matter if its WSL or VM. On Mac the experience is okish but there are enough differences that it makes Docker less effective as a platform.

The whole selling point of Docker is reproducibility, on Mac and Windows there are issues that do not occur on the platform that all the servers we deploy to run. I constantly have to help my coworkers with issues on Mac and Windows that simply do not exist on native Docker on Linux. It has gotten so bad that I simply refuse any help for anyone running Docker on Windows. I try my best on Mac but if I can’t solve it quickly or reproduce it on a Linux machine I dismiss it.

The devil is in the detail, minor differences are enough to throw off a system that is made to be run in a container and expects identical environments between instances.

There’s enough issues with Docker for Mac that they have separate tabs on the Docker known issues page: docs.docker.com/desktop/…/known-issues/

There’s also 426 open issues just for the Mac port of Docker: github.com/docker/for-mac/issues

source
Sort:hotnewtop