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

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

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`