A Docker image based on php7.4-apache
Extra library:
php7.4-phalconhirak/prestissimo$ 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.Content type
Image
Digest
Size
142.1 MB
Last updated
over 6 years ago
docker pull genkaok/php7.4-phalcon-apache