https://github.com/unixslayer/docker-php
yet another PHP docker stack
https://github.com/unixslayer/docker-php
Last synced: about 2 months ago
JSON representation
yet another PHP docker stack
- Host: GitHub
- URL: https://github.com/unixslayer/docker-php
- Owner: unixslayer
- Created: 2019-02-20T21:37:24.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-22T11:28:54.000Z (over 4 years ago)
- Last Synced: 2025-02-10T21:38:23.835Z (10 months ago)
- Language: PHP
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Yet another docker images for PHP
===
Supported versions:
---
Every version that has [Security updates support](http://php.net/supported-versions.php) is a must. Some are used for fun or business needs.
- PHP:5.6-apache
- PHP:7.1-fpm
- PHP:7.1-cli
- PHP:7.1-apache
- PHP:7.2-fpm
- PHP:7.2-cli
- PHP:7.2-apache
- ...more to come
Build, Benchmark & Push
---
Images are build based on general [Dockerfile]('./Dockerfile'). Build can be done by calling [build.sh]('./build.sh') file:
`./build.sh`
Benchmark tool allows you to test performance of images you have created. Images can be tested by calling [build.sh]('./build.sh') file:
`./bench.sh`
You can always test each image separately:
`docker run --rm -it -v $(pwd)/bench:/var/www/html unixslayer/php:7.1-fpm php bench.php`