docker-apex-stack
docker-apex-stack copied to clipboard
Utility scripts for creating an Oracle Application Express stack as a Docker container.
I has down load docker user "docker pull farhansuno/oracle21cxe-server-installed:apex221" and use this command to run "docker run --hostname oracle21cxe-server --name oracle21cxe-server --platform linux/amd64 --privileged=true -d -t -i -p 25:25 -p...
Hi, very helpful project. I created kontainer when the newest version of APEX was 21.1. In this month Oracle released new ORDS and APEX. What is the easiest way to...
Hello @fuzziebrain, I'm pretty new to docker, I'm wondring if all progression will be lost after container restart ( due to server restart for example )
During server restore I tried to recreate container with existing oradata folder (mapping oradata to folder of previously existing, but currently deleted container). 02-run.sh finished with "DATABASE SETUP WAS NOT...
Hi there, I'm trying to run the project on my windows 10 machine using wsl2 with ubuntu distribution. I'm using wsl2 terminal to run the script quickstart.sh. I've already downloaded...
can you help for making a script to config jasperintergration in this image of docker ? its very easy way to print costum report .
hi fuzziebrain i have a virtualbox running with oracle linux 8 installing docker, git, curl etc. i downloaded all recommended files as root i run ./01_build.sh xe21.env works well then...
I was implementing CI-CD and noticed the lack of convenience when using the quickstart.sh in pipelines due to the prompts. So i wrote my own version, that i now want...
Hi Adrian, I hope you are well. I followed the instructions and it gave me an image **oracle/database:21.3.0-ee**, But when I try to execute the command **sudo bash 02-run.sh orclapex212...