https://medium.com/teamzerolabs/docker-101-what-is-docker-and-how-do-i-use-it-b12cef12eca?source=friends_link&sk=805dbf1ce53a076b6f683ecfd1f51393
Docker Compose is my go to for local dev environment. I can spin up Postgres, Redis, multiple services, etc in one command. And everything is isolated to the container so no local contamination.
Yes it is wonderful! I plan to cover docker-compose next, but do need an example to make it complete. It's simple and easy to reason about!
But it’s so memory intensive ☹️
True that, I didn't dare use it too much with webstorm until I upgraded to the 16G mbp.
I guess it's a compromise between usability/accessibility vs resource usage!
Sqlite3 is still king for that context, it just makes some migrations less portable though.