This project attempts to build a container running apache and php with the oracle instant client. Apache and PHP are fairly common to find on legacy web front ends, and in a lot of those enviornments, they may need to connect to an Oracle database back end. This POC tries to understand what it takes to make a container with those components talk to a database. For simplicity, I inetend to use second container running Oracle as the target.
References : Deploying an Oracle Database in a Docker Container - by Oracle Developers Published on Apr 17, 2018 https://www.youtube.com/watch?v=XjM7lZ_TIAc
