A webserver environment with Apache 2, PHP 7 (with error display) and Phalcon 3 based on Ubuntu.
352
A webserver environment docker image with Apache 2, PHP 7 (with error display) and Phalcon 3 based on Ubuntu.
For example:
Usage with options:
docker run -d --hostname test.project \
-v /home/notesz/webdev/testProject:/var/www \
-p 80:80 \
--name test.project \
notesz/apache2-php7-phalcon
-p [local port]:80 local port to the container's HTTP port 80--name [name] nameContent type
Image
Digest
Size
223 MB
Last updated
over 9 years ago
docker pull notesz/apache2-php7-phalcon