Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 365 Bytes

File metadata and controls

19 lines (11 loc) · 365 Bytes

wnameless/docker-oracle-xe-11g Custom DB Initialization Example

Change init.sql as you wish.

Build image

docker build -t yourname/oracle-xe-11g .

Run image

docker run -d -p 49160:22 -p 49161:1521 -e ORACLE_ALLOW_REMOTE=true --name oracle yourname/oracle-xe-11g

Other settings same as https://github.com/wnameless/docker-oracle-xe-11g