https://github.com/brunojdo/centos-oracle11g
https://github.com/brunojdo/centos-oracle11g
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/brunojdo/centos-oracle11g
- Owner: brunojdo
- Created: 2017-09-21T20:07:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-22T00:56:12.000Z (over 8 years ago)
- Last Synced: 2025-01-26T10:27:51.791Z (11 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Oracle XE 11g on CentOS 7
============================
[](https://microbadger.com/images/brunodias20/centos-oracle11g "Get your own image badge on microbadger.com") [](https://microbadger.com/images/brunodias20/centos-oracle11g "Get your own version badge on microbadger.com")
Oracle Express Edition 11g Release 2 on CentOS 7
This **Dockerfile** is a [trusted build](https://registry.hub.docker.com/u/brunodias20/oracle-11g_debian/) of [Docker Registry](https://registry.hub.docker.com/).
### Installation(with CentOS 7)
```
docker pull brunodias20/centos-oracle11g
```
Run with 1521 ports opened:
```
docker run -p 1521:1521 brunodias20/centos-oracle11g
```
Password for SYS & SYSTEM
```
oracle
```
Password for dbuser
```
us3rdb
```
Support custom DB Initialization, create db for example
```
# Dockerfile
FROM brunodias20/centos-oracle11g
ADD create-db.sql /docker-entrypoint-initdb.d/
```
## How to contribute?
Check the issues section: [Issues](https://github.com/brunojdo/centos-oracle11g/issues)
Open new issues or make a PR!
Enjoy!