A Docker image for running old PHP 5.3 projects
240
https://hub.docker.com/r/beardoverflow/php53
cat << EOF > index.php
<?php
phpinfo();
?>
EOF
docker run -p 80:80 -v $(pwd):/var/www beardoverflow/php53
Open http://localhost:80/index.php
Based on Debian Squeeze LTS
Content type
Image
Digest
Size
108.6 MB
Last updated
about 6 years ago
docker pull beardoverflow/php53