Various Phalcon versions installed on centos 6
179
Various versions of phalcon and php running on centos. The version format is <phalcon-version>-<php-version>. So 3.1.2-5.6 means phalcon 3.1.2 running on php 5.6.
How to run a container
This is not intended to be production-ready at the moment, so PHP is to be run with the embedded dev server like so:
FROM gpasquet/phalcon:3.1.2-5.6
WORKDIR /var/www/html/public
CMD php -S 0.0.0.0:80 .htrouter.php
Content type
Image
Digest
Size
197.6 MB
Last updated
over 9 years ago
docker pull gpasquet/phalcon:2.0.13-5.6