Apache, PHP and the Phalcon PHP Framework (phalconphp.com) based on fedora:20
1.9K
Apache, PHP and the Phalcon PHP Framework (phalconphp.com) based on fedora:20
PHP code goes into /src. The default setup shows the PHP info page.
Build the image:
docker build --rm -t neroinc/fedora-apache-php-phalcon .
Start a container with an interactive shell and port 80 published:
docker run -it -p 80:80 neroinc/fedora-apache-php-phalcon /bin/bash
Invoke /bin/httpd-run on command line to launch Apache with a simple demo web page.
Content type
Image
Digest
sha256:b17e4ba8d…
Size
310.5 MB
Last updated
almost 11 years ago
docker pull neroinc/fedora-apache-php-phalcon