Sign inSign up

fabianmartin/php-symfony

By fabianmartin

Updated over 8 years ago

php image for symfony projects

Image
6

10K+

fabianmartin/php-symfony repository overview

fabianmartin/php-symfony

php image for symfony projects

Feature sheet

Based on alpine images from php repository (https://hub.docker.com/_/php/)
TagBase imageDistributionPHP versionclifpmxdebug
5.6php:5.6-fpmAlpine 3.45.6X
5.6-cliphp:5.6Alpine 3.45.6XX
5.6-xdebugphp:5.6-fpmAlpine 3.45.6
7.0php:7.0-fpmAlpine 3.47.0X
7.0-cliphp:7.0Alpine 3.47.0XX
7.0-xdebugphp:7.0-fpmAlpine 3.47.0
7.1php:7.1-fpmAlpine 3.47.1X
7.1-cliphp:7.1Alpine 3.47.1XX
7.1-xdebugphp:7.1-fpmAlpine 3.47.1
7.2php:7.2-fpmAlpine 3.77.2X
7.2-cliphp:7.2Alpine 3.77.2XX
7.2-xdebugphp:7.2-fpmAlpine 3.77.2
Based on debian images from php repository (https://hub.docker.com/_/php/)
TagBase imageDistributionPHP versionclifpmxdebug
5.6-debianphp:5.6-fpmDebian Jessie5.6X
5.6-cli-debianphp:5.6Debian Jessie5.6XX
5.6-xdebug-debianphp:5.6-fpmDebian Jessie5.6
7.0-debianphp:7.0-fpmDebian Jessie7.0X
7.0-cli-debianphp:7.0Debian Jessie7.0XX
7.0-xdebug-debianphp:7.0-fpmDebian Jessie7.0
7.1-debianphp:7.1-fpmDebian Jessie7.1X
7.1-cli-debianphp:7.1Debian Jessie7.1XX
7.1-xdebug-debianphp:7.1-fpmDebian Jessie7.1
7.2-debianphp:7.2-fpmDebian Stretch7.2X
7.2-cli-debianphp:7.2Debian Stretch7.2XX
7.2-xdebug-debianphp:7.2-fpmDebian Stretch7.2

php-fpm

php-fpm doesn't start automaticaly. You can start it with php-fpm or php-fpm --nodaemonize. it will be available on port 9000.

Configured settings

date.timezone = UTC
short_open_tag = Off
magic_quotes_gpc = Off
register_globals = Off
session.auto_start = Off

upload_max_filesize = 256M
post_max_size = 256M

log_errors = on
error_log = /proc/self/fd/2

[Xdebug]
xdebug.remote_enable=1
xdebug.remote_connect_back=1
xdebug.max_nesting_level=200
xdebug.var_display_max_depth=6
xdebug.idekey="PHPSTORM"
xdebug.remote_port=9090

Tag summary

Content type

Image

Digest

Size

60.1 MB

Last updated

over 8 years ago

docker pull fabianmartin/php-symfony