|
|
|
|
|
by jlokier
1298 days ago
|
|
Last time I tried using Docker Desktop on my MBP (x86), the reason to not use Docker was that it was excruciatingly slow for the test suite I had to run in it, compared with Docker on Linux. I abandoned Docker on the Mac because of that, and haven't touched it since. That was early 2021; maybe it's faster now. |
|
I believe improvements have been made, but a lot of people these days check out their code directly in the container rather than using bind mounts, leveraging the fact that a lot of editors/IDEs now will interface directly with the containers.