Repository of `oanhnn/php-alpine` Docker image.
1.4K
Repository of oanhnn/php-alpine Docker image.
# php -m
[PHP Modules]
bcmath
Core
ctype
curl
date
dom
fileinfo
filter
gd
hash
iconv
intl
json
libxml
mbstring
mcrypt
mysqli
mysqlnd
openssl
pcre
PDO
pdo_mysql
pdo_pgsql
pdo_sqlite
Phar
posix
readline
Reflection
session
SimpleXML
soap
SPL
standard
tokenizer
xml
xmlwriter
Zend OPcache
zip
zlib
[Zend Modules]
Zend OPcache
$ docker pull oanhnn/php-alpine:7.0
$ docker run -it --rm oanhnn/php-alpine:7.0 php -v
PHP 7.0.16 (cli) (built: Feb 18 2017 15:05:55) ( NTS )
Copyright (c) 1997-2017 The PHP Group
Zend Engine v3.0.0, Copyright (c) 1998-2017 Zend Technologies
with Zend OPcache v7.0.16, Copyright (c) 1999-2017, by Zend Technologies
$ docker pull oanhnn/php-alpine:7.1
$ docker run -it --rm oanhnn/php-alpine:7.1 php -v
PHP 7.1.4 (cli) (built: May 1 2017 23:09:19) ( NTS )
Copyright (c) 1997-2017 The PHP Group
Zend Engine v3.1.0, Copyright (c) 1998-2017 Zend Technologies
with Zend OPcache v7.1.4, Copyright (c) 1999-2017, by Zend Technologies
| Environment | Default | Description |
|---|---|---|
TIMEZONE | "UTC" | Set timezone for PHP |
PHP_MEMORY_LIMIT | "512M" | Set maximum memory for php |
MAX_UPLOAD | "10M" | |
PHP_MAX_FILE_UPLOAD | 20 | |
PHP_MAX_POST | "20M" |
/usr/bin/php , /usr/sbin/php-fpm/etc/php/php.ini/etc/php/php-fpm.conf, /etc/php/php-fpm.d/www.conf/var/logs/php-fpm/var/www/htmlAll code contributions must go through a pull request and approved by a core developer before being merged. This is to ensure proper review of all the code.
Fork the project, create a feature branch, and send a pull request.
If you would like to help take a look at the list of issues.
This project is released under the MIT License.
Copyright © 2017 Oanh Nguyen
Please see License File for more information.
Content type
Image
Digest
Size
43.6 MB
Last updated
almost 9 years ago
docker pull oanhnn/php-alpine:7.1