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
- Host: GitHub
- URL: https://github.com/ismaail/docker-alpine-fpm
- Owner: ismaail
- Created: 2018-04-24T16:56:12.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-06T22:39:09.000Z (about 7 years ago)
- Last Synced: 2025-03-22T18:44:36.131Z (over 1 year ago)
- Language: Dockerfile
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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