An open API service indexing awesome lists of open source software.

https://github.com/ismaail/docker-alpine-fpm

Docker Alpine PHP FPM
https://github.com/ismaail/docker-alpine-fpm

Last synced: 3 months ago
JSON representation

Docker Alpine PHP FPM

Awesome Lists containing this project

README

          

# PHP FPM 7.2 - Docker Alpine

### Docker pull command

`docker pull ismaail/php`

### Docker Tags

- `7.2-alpine-cli`: PHP for Console Command applications
- `7.2-alpine-supervisor`: same as `7.2-alpine-cli`
plus [**Supervisor**](http://supervisord.org/)
- `7.2-alpine-fpm`: PHP with **FPM**
- `7.2-alpine-fpm-dev`: same as `7.2-alpine-fpm` plus **xdebug**


### Installed tools:
- git
- openssh
- mysql-client
- composer


### Installed extensions:
- bcmath
- gettext
- gd
- imagick
- intl
- mongodb
- opcache
- pdo (mysql, pgsql)
- xmlrpc
- zip