Ubuntu (xenial or bionic) image with apache 2.4, php and phalcon
2.8K
Docker image based on pgeof/apache-php that embeds Phalcon PHP framework
Be aware of an issue with Phalcon and php 7.0 & 7.1 & 7.2.
See Diffrent volt partial() in php 5.6/7.0
docker run -d --rm -v $(pwd):/var/www -p 80:80 pgeof/apache-phalcon
Start an apache webserver available on TCP port 80 on your machine. The document root folder is the one you specify after the -v parameter.
docker run -d --rm -v $(pwd):/var/www -v /your_apache_site_config:/etc/apache2/sites-enabled -p 80:80 pgeof/apache-phalcon
Same command as previous, but this time apache sites configuration must be defined in the folder you specify after the second -v parameter.
Content type
Image
Digest
Size
109.8 MB
Last updated
over 8 years ago
docker pull pgeof/apache-phalcon