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
- Host: GitHub
- URL: https://github.com/icukeng/docker-php53
- Owner: icukeng
- License: mit
- Created: 2017-07-24T10:47:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-12-11T17:16:05.000Z (about 1 year ago)
- Last Synced: 2025-01-19T17:56:28.978Z (about 1 year ago)
- Topics: apache2, bcompiler, docker, php53
- Language: Dockerfile
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```