php-app
php-app copied to clipboard
A containerized Laravel application
I am new to the course and loving it so far. In the video for creating the PHP container, I had this error when I want docker build, This line...
@fideloper I am curious to see what is done to generate the `php` and `nginx` images which exist on dockerhub. Are they the same as the official versions, or do...
Do you have in mind to update this course using Alpine as base image? Or what is the reason why you choose to use Ubuntu in first place? I followed...
Hi, I have pulled the repository, run `docker-compose up -d` and `docker run -it --rm \ ... composer create-project laravel/laravel` application to create a new Laravel app. When I try...
Hi there Chris i have issue here regarding running the docker images, when i try to run docker-composer up -d it pulls the images but after that it gives me...
https://shippingdocker.com/docker-in-development/up-and-running/ references the path /opt ``` # Scaffold authentication views/routes docker run -it --rm \ -v $(pwd)/application:/opt \ -w /opt \ --network=phpapp_appnet \ shippingdocker/php \ php artisan make:auth ``` but...
Hey @fideloper , I am trying to go through your course. I have Windows 7 and have all the latest downloads for the docker toolbox. After I pull your repo,...
Thank you very much for this course. I have been following each video but I however got lost at the Jenkins part. I was unable to understand the alternative process...
I think in file www.conf line#254 we should use ``` access.log = /proc/self/fd/2 ```` if we send this to /proc/self/fd/1, it never appears, based on the official php-fpm docker file...