Moving Symfony files in the Docker container
Once you have created the first configuration of your basic Docker stack, it is time to move the Symfony’s files into Docker’s web server service. This will make us able to run the symfony application from inside the web server container, getting the real benefits of using a system as Docker (same environment on any […]
How to dockerize a Symfony application: Introduction and the web server
Starting to use Docker is not an easy task. Starting to use Symfony on Docker is far more complex. There are too many things to understand before being able to dockerize a Symfony application. I studied Docker for more than one month before being able to dockerize our Symfony applications. How did I reach the […]