
yobibyte/oracle-xe-11gOracle Express Edition 11g Release 2 on Ubuntu 14.04.1 LTS
This Dockerfile is based on wnameless/oracle-xe-11g. It adds functionality to allow SQL scripts to be executed when creating a new container to create a database.
git clone [***] cd docker-oracle-xe-11g docker build -t iancollington/oracle-xe-11g .
Run with 22, 8080 and 1521 ports opened:
docker run -d -p 49160:22 -p 49161:1521 -p 49162:8080 iancollington/oracle-xe-11g
Connect database with following setting:
hostname: localhost port: 49161 sid: xe username: system password: oracle
Password for SYS & SYSTEM
oracle
To execute a script to, for example, create a new schema, simply add a mount to your host filesystem to the location of the script
docker run -d -p 49160:22 -p 49161:1521 -p 49162:8080 -v /path/to/dbscripts:/dbscripts iancollington/oracle-xe-11g runscript /dbscripts/create_schema.sql
Login by SSH
ssh root@localhost -p 49160 password: admin
Login to the web interface at http://localhost:46162/apex
username: system password: oracle




manifest unknown 错误
TLS 证书验证失败
DNS 解析超时
410 错误:版本过低
402 错误:流量耗尽
身份认证失败错误
429 限流错误
凭证保存错误
来自真实用户的反馈,见证轩辕镜像的优质服务