Sign inSign up

beardoverflow/php53

By beardoverflow

•Updated about 6 years ago

A Docker image for running old PHP 5.3 projects

Image
0

240

beardoverflow/php53 repository overview

⁠A Docker image for running old PHP 5.3 projects

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

https://wiki.debian.org/DebianSqueeze⁠

Tag summary

Content type

Image

Digest

Size

108.6 MB

Last updated

about 6 years ago

docker pull beardoverflow/php53