Use Case
Let’s imagine we’re working on a PHP web site together, using PostgreSql as a database.
Without Docker
Without something like Docker, I’ll write a readme.md
that tells you which PostgreSql to install (maybe latest, whatever), how to configure the Apache server (or Nginx, whatever) and make sure the document root, extensions, modules, etc. are all lined up for this project.
In order to write this readme, I had to set it up on my machine and carefully write down instructions matching... [More]