docker-apex-stack icon indicating copy to clipboard operation
docker-apex-stack copied to clipboard

Utility scripts for creating an Oracle Application Express stack as a Docker container.

Results 18 docker-apex-stack issues
Sort by recently updated
recently updated
newest added

Hi, in the official dockerfiles there is a http URL for oracle-database-xe-18c-1.0-1.x86_64.rpm. But is it necessary to get it if you place it in the "FILES" folder ? I Just...

enhancement

Hi, running container fails with error below. Environment: MacOS 10.12.4, Docker Engine 18.09.2, CPU Intel I5 2.6GHz, 8GB RAM ---- sudo su sh-3.2# . 02-run.sh axer mysettings.env ##### Removing any...

question

As described in the title this snippet doesn't work anymore. I ended up with image without apex and ords started. `# RTU_ENABLED default 'N' # The following is used for...

bug

How can I specify the location of valid certificates for enterprise manager and ords? On the command line within the newly running docker image, I get: bash-4.2# curl -ISs https://localhost:5500/em...

question

Adrian, i ran the installation on Oracle Linx Server 7.6 on an OCI compute instance, without apparent errors. I'm able to log into the XE database from the host: $...

Is there a script I can run that will reset all the passwords and unlock the required accounts? I am getting this error: ORDS was unable to make a connection...

I ran the `quickstart.sh` script and it finishes smoothly except for one error ``` Error: ORDS requires Java 11 and above to run. Found Java version . Please set JAVA_HOME...

First of all thank you so much for your awesome code. Question, How do I build your stack using rootless podman? I am trying to run your scripts using rootless...