After learning about Docker convenience and some of the most commonly used concepts of Docker, let’s do an example of setting up a project to run Laravel on Docker, with services like php, mysql, server nginx. What we will do: – Install nginx, mysql, php -> Test run in browser with php web server nginx – Install […]