Sign inSign up

php4all/php4dev

By php4all

Updated almost 7 years ago

A lightweight image for php applications based on PHP Docker Official Image.

Image
0

307

php4all/php4dev repository overview

Docker - PHP for Developers

A lightweight image for php applications based on PHP Docker Official Image.

See the official documentation for installing/configuring php dependencies.

From Hub Docker

To pull lastest image, run:

docker pull php4all/php4dev

To pull other image, add the required version of php:

docker pull php4all/php4dev:7.2
Techonologies
  • Alpine 3.10
  • Nginx 1.16.1
  • XDebug 2.7.2
  • Composer 1.8.6
  • Node 12.10.0
  • Yarn 1.17.3
  • Supervisor 3.3.5

Test container

Execute the command:

docker run -d -p 8080:80 php4all/php4dev

And access in your browser:

Customization

The environment variables below can be changed:

docker run -d \
        -e PGID=1000 \
        -e PUID=1000 \
        -e GROUP_NAME=docker \
        -e USER_NAME=docker \
        -e NGINX_SERVER_NAME=example-app.com \
        -e NGINX_DOCUMENT_ROOT=/var/www/html/public \
        -e TIMEZONE=America/Sao_Paulo \
        -v /path/to/project:/var/www/html
    php4all/php4dev

I hope you enjoy it.


Tag summary

Content type

Image

Digest

Size

94.1 MB

Last updated

almost 7 years ago

docker pull php4all/php4dev