Featured

OIC connectivity Agent in Docker

Build Context location /var/lib/docker/docker-images/OIC -rwxr--r-- 1 root root 39 Jan 8 09:14 build.sh -rwxr--r-- 1 root root 68 Jan 8 09:16 run.sh -rwxr--r-- 1 root root 43 Jan 8 09:29 connect.sh -rwxr--r-- 1 root root 438 Jan 8 13:52 Dockerfile drwxr-xr-x 2 root root 123 Jan 8 13:55 files drwxr-xr-x 2 root root 106 Jan … Continue reading OIC connectivity Agent in Docker

Featured

Dockerize your Enterprise Command Center

The Container Life-Cycle managent for ECC will required splitting the running of envSetup.sh into two parts. First part will just run Step 1 creation of ECC user and ECC schema in EBS database. So technically you don't even need two docker images to do this. You can just quickly set up your ECC environment following … Continue reading Dockerize your Enterprise Command Center

Featured

Apex 19.2 (ORDS) in tomcat Docker container

Update : 04 February 2020Instead of relying on having server.xml being pass as Docker build image step, I added a few environment variables for tomcat ports and use those environment variables to configured server.xml I got my base image from https://github.com/Dani3lSun/docker-db-apex-dev. His APEX docker image is for someone who wants to tried out APEX without … Continue reading Apex 19.2 (ORDS) in tomcat Docker container