deadsoul/apache_phalcon

By deadsoul

Updated 4 months ago

A Debian build with Apache, PHP, Phaclon, Pcel Pear, and Composer

Image
1

253

deadsoul/apache_phalcon repository overview

docker-images/apache_phalcon/

apache_phalcon

Is another PHP webserver that supports Phalcon PHP framework.

Base image:

Debian:

  • slim.
  • backports. (Default)

Current versions:

  • Debian Trixie (13.1)
  • Apache2 (2.4.65) $ apache2 -v
  • PHP (8.4.13) $ php -v
  • Phalcon (5.9.3) <?php echo ( new Phalcon\Support\Version() )->get(); ?>
  • Pcel Pear (1.10.16)
  • Composer (2.8.8)
  • Visit: http://container-ip/info.php to list all versions and informations.

PHP extensions:

  • php<x.x>-cli
  • php<x.x>-common
  • php-json
  • php<x.x>-opcache
  • php<x.x>-mysql
  • php<x.x>-zip
  • php<x.x>-fpm
  • php<x.x>-mbstring
  • php<x.x>-curl
  • php<x.x>-gd
  • php<x.x>-opcache
  • php<x.x>-sqlite3
  • php<x.x>-tidy
  • php<x.x>-xml
  • php<x.x>-xmlrpc
  • php<x.x>-xsl
  • php<x.x>-pgsql
  • php<x.x>-memcached
<x.x> = depends on the PHP version at the time of building.

If there is anything missing, please let me know to include it in the build.

Using it:

docker run \
       --name phalcon \
       --hostname phalcon \
       --publish 8081:80 \
       -dit deadsoul/apache_phalcon:php-8.4
--link mariadb:db

then use db as the database host.

To use your own public_html folder:

--volume /path/to/public_html:/var/www/html

Finally

Have fun with coding in Phalcon ;)

Tag summary

Content type

Image

Digest

sha256:9c9ef463d

Size

202.6 MB

Last updated

4 months ago

Requires Docker Desktop 4.37.1 or later.