Sign inSign up

genkaok/php7.4-phalcon-apache

By genkaok

Updated over 6 years ago

Image
0

112

genkaok/php7.4-phalcon-apache repository overview

php7.4-phalcon-apache

A Docker image based on php7.4-apache

Extra library:

  • Apache2 Mods: rewrite, headers
  • PHP Framework Phalcon php7.4-phalcon
  • composer library hirak/prestissimo

Tags

$ docker run -d -P genkaok/php7.0-phalcon-apache

With all the options:

$ docker run -d -p 8080:80 \
    -v /home/user/webroot:/var/www \
    -e PHP_ERROR_REPORTING='E_ALL & ~E_STRICT' \
    genkaok/php7.0-phalcon-apache
  • -v [local path]:/var/www maps the container's webroot to a local path
  • -p [local port]:80 maps a local port to the container's HTTP port 80
  • -e PHP_ERROR_REPORTING=[php error_reporting settings] sets the value of error_reporting in the php.ini files.

Tag summary

Content type

Image

Digest

Size

142.1 MB

Last updated

over 6 years ago

docker pull genkaok/php7.4-phalcon-apache