项目作者: burakince

项目描述 :
wnameless/docker-oracle-xe-11g Custom DB Initialization Example
高级语言:
项目地址: git://github.com/burakince/docker-oracle-xe-11g-custom-db-Initialization-example.git


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

Change init.sql as you wish.

Build image

  1. docker build -t yourname/oracle-xe-11g .
  2. `

Run image

  1. 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