/docker-php-laravel-image

Docker's image for run Laravel 10.x

Primary LanguageShellApache License 2.0Apache-2.0

Docker Image for Laravel 10.x with Composer and PHP extensions

Docker Hub URL

Docker Hub URL Docker Image Pull

Run without a Dockerfile

docker run -d -p 80:80 --name my-apache-php-app -v "$PWD":/var/www/html kevinoo/php-laravel-basic-image:[TAG]

How to install

PHP extensions enabled

  • pdo (pgsql, mysqli)
  • gettext
  • zip
  • redis
  • gd

Developers

Builds project

Build and push a docker's image

./_deploy.sh [php81|php82|php83]

Build and push all dockers' images

./_deploy_all.sh