Oracle in docker
350
And don't worry about the vase.
This image start a fresh Oracle 11 Express Edition database and add a default tablespace and Schema/User in the database.
See init.sql for user creation and rights.
This image is based on wnameless/oracle-xe-11g:latest
System :
xesystemoracleYou user:
xe${ORACLE_USER}${ORACLE_PASSWORD}## Usage
docker run -ti --rm -p 1521:1521 -e "ORACLE_ALLOW_REMOTE=true" -e "ORACLE_USER=myuser" -e "ORACLE_PASSWORD=mypassword" digitallumberjack/oracle:xe-11g-1.0.0
Content type
Image
Digest
Size
675 MB
Last updated
over 9 years ago
docker pull digitallumberjack/docker-oracle