CentOS image with:
- oracle-instantclient-basic-10.2.0.5-1.x86_64.rpm
- oracle-instantclient-devel-10.2.0.5-1.x86_64.rpm
- apache with mod_php 5.3
- docker build -t php-oracle .
- docker run -v /full/path/to/your/php/code:/var/www/html -p 9999:80 php-oracle
Point your browser to: