Old version PHP docker set.
Use docker-compose.
Including XDebug.
- Debian
- Apache 2.4.10
- Mysql 5.1.73
- PHP 5.3.29
git clone [email protected]:NickelLab/lamp5.3.29-xdebug.git
docker-compose up -d
document root is code directory.
The port used by xdebug is 9001.
xdebug.remote_port=9001
mysql root password is 'password'
php-apahce
https://hub.docker.com/r/orsolin/docker-php-5.3-apache/
mysql
https://hub.docker.com/r/eromero/mysql5.1.73/
View license information for the software contained in this image.