在Docker上运行Oracle Database
Run OracleDatabase on Docker
Info
Oracle Database 11.2.0.2 XE
host swap space size need more than 2048M
Step
- 拉取基础镜像
1 | docker pull oraclelinux:7-slim |
- 下载xe安装包
1 | http://download.oracle.com/otn/linux/oracle11g/xe/oracle-xe-11.2.0-1.0.x86_64.rpm.zip |
IMPORTANT: You will have to provide the installation binaries of Oracle Database and put them into the dockerfiles/<version> folder.
1 | cd OracleDatabase/dockerfiles |
- 运行docker
1 | docker run --name <container name> \ |
1 | docker run --name oracle11g \ |
Copyright Notice
Author: Shawn Yan
Link: https://shawnyan.cn/2018/docker/docker-with-oracle/index.html
License: All articles on this site are original unless otherwise stated. Please indicate the source when reprinting!