Skip to content

jackdouglas/docker-apache-php56-oci8

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

paliari/apache-php56-oci8

Docker image PHP 5.6 and Apache

Images with dev suffix contains everything in pro and some other requirements for development like composer

Versioning

Docker Tag Apache Version PHP Version Debian Version
1.0.4-dev 2.4.10 5.6.40 GNU/Linux 8
1.0.4-pro 2.4.10 5.6.40 GNU/Linux 8
1.0.3-dev 2.4.10 5.6.40 GNU/Linux 8
1.0.3-pro 2.4.10 5.6.40 GNU/Linux 8

Links

Quick Start

To pull from docker hub:

docker pull paliari/apache-php56-oci8:1.0.4-dev

Running

Run the container:

docker container run -p 80:80 -v $(pwd):/var/www/html -d paliari/apache-ssl-php56-oci8:1.0.4-dev

Author

About

Docker image with Apache, PHP 5.6 and oci8

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 99.2%
  • PHP 0.8%