https://github.com/fagai/docker-php
personal dockerfiles
https://github.com/fagai/docker-php
docker
Last synced: 6 months ago
JSON representation
personal dockerfiles
- Host: GitHub
- URL: https://github.com/fagai/docker-php
- Owner: fagai
- Created: 2018-01-30T05:51:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-22T06:23:47.000Z (over 1 year ago)
- Last Synced: 2024-11-22T06:27:12.582Z (over 1 year ago)
- Topics: docker
- Language: Dockerfile
- Homepage:
- Size: 86.9 KB
- Stars: 9
- Watchers: 6
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fagai PHP Docker Image




これは自分用に製作中のDocker Imageです。
基本的に元にしているのは公式のdocker-library/phpとなります。
https://hub.docker.com/r/fagai/php/
# installed library
* composer 2.x
# 保証Extension
* pdo
* pdo_mysql
* pdo_pgsql
* curl
* mbstring
* bcmath
* opcache
* intl
* ctype
* json
* xml
* zip
# Phalcon用はこれに追加で
* gd(jpeg,png,freetype)
* memcached
* exif
* imagick