Oracle Database built from the Oracle Github repo.
175
You must have read and accepted Oracle Licence Agreement before pulling this repo.
Not for production use! Suitable for development and educational purposes.
Built from the Oracle github repository using this excellent guide
Sample docker-compose configuration (make sure to have allocated at least 4GB memory to docker):
version:"3.8"
services:
oracle:
image: ffffuuu/oracle:19.3.0-ee
ports:
- "5500:5500"
- "1521:1521"
environment:
ORACLE_PDB: ORCL
ORACLE_PWD: password
INIT_SGA_SIZE: 3000M
INIT_PGA_SIZE: 1000M
Replace relevant parameters with appropriate values for your environment.
Content type
Image
Digest
Size
2.8 GB
Last updated
about 5 years ago
docker pull ffffuuu/oracle:18.4.0-xe