Basic Docker image which provides an installation of PHP in version 1.0.8
-
Clone repositoy
$ git clone https://github.com/jaem3l/php1-docker-image.git $ cd php1-docker-image
-
Build Docker image
$ docker build -t php1 .
-
Start container
docker run -dit -p 8080:80 --name php1cont -v $(pwd)/htdocs:/usr/local/apache2/htdocs/ php1
-
See PHP 1 in action
- Release notes of PHP 1.0 in 1995 by Rasmus Lerdorf
- Learn more about the history of PHP
- Check out old versions of PHP at the museum