Skip to content

burakince/docker-oracle-xe-11g-custom-db-Initialization-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published