In the third part of this tutorial series on developing PHP on Docker we'll lay the fundamentals to
build a complete development infrastructure and explain how to "structure" the Docker setup as part
of a PHP project. Structure as in
folder structure ("what to put where")
Dockerfile templates
...