Sign inSign up

kamalmahmudi/apache-php

By kamalmahmudi

Updated almost 2 years ago

Image
0

660

kamalmahmudi/apache-php repository overview

Apache + PHP

This docker image is based on php docker image. So, other configurations and other environment variables that work on php docker images will work on this image.

Enabled php extensions

bcmath bz2 exif gd gettext mongodb mysqli pdo pdo_mysql pdo_pgsql pgsql zip

Enabled apache modules

header rewrite

Additional features

  • Composer
  • Adminer
    you can access it using http://[container-address]/adminer
    you can disable it by a2disconf adminer

Run

docker run -d --name myserver -v /my/local/dir:/var/www/html -p 8000:80 kamalmahmudi/apache-php

Tag summary

Content type

Image

Digest

sha256:7aab3e126

Size

200.3 MB

Last updated

almost 2 years ago

docker pull kamalmahmudi/apache-php