Skip to content

Docker image Debian 9 with PHP 5.2.17 and apache 2.2 for legacy projects

Notifications You must be signed in to change notification settings

gmoli/docker_php52_debian9

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker image with PHP 5.2.17 and apache 2.2 for legacy projects

Usage Example

docker build --tag php52_debian9 .
docker run -p 3000:80 -v /your_app:/usr/local/apache2/htdocs -d --name="php52_debian9" php52_debian9

Then navigate http://localhost:3000

About

Docker image Debian 9 with PHP 5.2.17 and apache 2.2 for legacy projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published