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

https://github.com/icukeng/docker-php53

php 5.3 bundled with apache and stuff for legacy
https://github.com/icukeng/docker-php53

apache2 bcompiler docker php53

Last synced: 5 months ago
JSON representation

php 5.3 bundled with apache and stuff for legacy

Awesome Lists containing this project

README

          

# docker-php53
php 5.3 bundled with apache and stuff for legacy

* ubuntu 14.04 with degraded repos
* apache2 on port 80
* php 5.3
* bcompiler
* error log to stdout

## usage ##

```
#!bash

docker run --rm -i -v /files:/var/www icukeng/php53
```