|
|
|
|
|
by boundlessdreamz
1489 days ago
|
|
1. "macOS updates won't ruin your setup" - How can this be guaranteed since shared libraries may change in OS updates? 2. Docker on mac is a memory hog (was a performance hog too until the virtioFS changes landed). But docker allows me to run the same setup in local as well CI and optionally in production. Hence it doesn't appeal to me but it looks like a good alternative to MAMP. Good luck! |
|
Re: 2) if that works for you that's great. However a lot of developers end up using Docker abstractions (for very good reasons) such as Lando or Laradock which specifically don't attempt to replicate a production environment any closer than Indigo does. So as @Chrischen says below, use something highly productive for development, and use a clone of your Production Docker stack for QA. Arguably that's the only way to truly be sure your tests pass in your Production environment.