Sign inSign up

genkaok/php7.0-phalcon-apache

By genkaok

Updated over 5 years ago

Docker image supplements GenkaOk/php7.0-apache

Image
1

745

genkaok/php7.0-phalcon-apache repository overview

php7.0-phalcon-apache

A Docker image based on php7.0-apache

Extra library:

  • Git git rsync openssh-client
  • PHP Framework Phalcon php7.0-phalcon

Tags

  • latest: Debian Jessie 8.0 (LTS), Apache 2.4, PHP 7.0.x with support for setting error_reporting, PhalconPHP

Usage

$ 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

234.5 MB

Last updated

almost 6 years ago

docker pull genkaok/php7.0-phalcon-apache